I'm using vue-chartist to implement a chart to show different data sets.
By simply changing the data in series and options props, the chart gets updated correctly.
What doesn't change instead is the responsiveOptions prop.
Can it be made reactive to by adding it to the watch object?
responsiveOptions: { handler: 'redraw', deep: true },