This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Data updating not working #27
Comments
Confirmed. Issue's source is the watched dataset property. It redraws the chart but actually the chart data is not set to the new value. |
Same problem, adding this.chart_data.datasets = val; didn't fix it for me. |
l3l0
added a commit
to l3l0/vue-charts
that referenced
this issue
Nov 23, 2017
did you guys solved this ? |
giving <chartjs-line ref="chart" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am using this library, and I wrote this code for a doughnut chart:
But, for eg., when I change the value of a.val, the chart do the render animation, but its values dont change.
The text was updated successfully, but these errors were encountered: