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
Throws error: [Error] TypeError: undefined is not an object (evaluating 'element._view.skip')
After I looked for it on google, it's said that chart.update is never called when data changes.
I think the problem happens in watch, because it seems the handler is never called.
watch: {'chartData': {handler: {
...
}
...
}}
Thank you.
Environment
vue.js version: 2.2.6
vue-chart.js version: 2.6.1
npm version: 4.2.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
update chart when data changes
Actual Behavior
Throws error: [Error] TypeError: undefined is not an object (evaluating 'element._view.skip')
After I looked for it on google, it's said that chart.update is never called when data changes.
I think the problem happens in watch, because it seems the handler is never called.
Thank you.
Environment
The text was updated successfully, but these errors were encountered: