@@ -44,7 +44,7 @@ export default {
option: {
handler (val) {
if (this.chart) {
- this.chart.setOption(val)
+ this.chart.setOption(val, true) // true 表示不合并配置
}
},
deep: true