We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0506b4e commit 39ff839Copy full SHA for 39ff839
src/mixins/reactiveData.js
@@ -63,6 +63,9 @@ module.exports = {
63
this.renderChart(this.chartData, this.options)
64
}
65
} else {
66
+ if (this.$data._chart) {
67
+ this.$data._chart.destroy()
68
+ }
69
70
71
src/mixins/reactiveProp.js
0 commit comments