# lineChart bug fixed
This commit is contained in:
parent
14d83dd19d
commit
8416b0e17c
|
@ -67,7 +67,9 @@ export default {
|
||||||
chartData: {
|
chartData: {
|
||||||
deep: true,
|
deep: true,
|
||||||
handler(val) {
|
handler(val) {
|
||||||
|
this.chart.resize()
|
||||||
this.setOptions(val)
|
this.setOptions(val)
|
||||||
|
// setTimeout(() => { this.chart.resize() }, 3000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue