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