You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I realized that this is up to chartist.js, that's why I created my fork to add this feature and submitted a PR to them.
Please feel free to check it out https://github.com/gionkunz/chartist-js/pull/1243
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 },
The text was updated successfully, but these errors were encountered: