This commit is contained in:
@@ -15,10 +15,11 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
chartData() {
|
||||
// debugger;
|
||||
// this.$data._chart.update();
|
||||
// this.$data._chart.renderChart();
|
||||
this.renderChart(this.chartData, this.options);
|
||||
//these do nothing
|
||||
// this.$data._chart.update();
|
||||
// this.$data._chart.renderChart();
|
||||
//this redraws the chart
|
||||
this.renderChart(this.chartData, this.options);
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user