# lineChart bug fixed

This commit is contained in:
xianfuxing 2018-08-24 15:55:57 +08:00
parent 14d83dd19d
commit 8416b0e17c
1 changed files with 2 additions and 0 deletions

View File

@ -67,7 +67,9 @@ export default {
chartData: {
deep: true,
handler(val) {
this.chart.resize()
this.setOptions(val)
// setTimeout(() => { this.chart.resize() }, 3000)
}
}
},