修复联动表出现显示异常的问题
This commit is contained in:
@@ -32,6 +32,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleChangeChart() {
|
handleChangeChart() {
|
||||||
const series = this.tpl.series || Array(this.plot.dimensions.length - 1).fill(this.tpl.daemon)
|
const series = this.tpl.series || Array(this.plot.dimensions.length - 1).fill(this.tpl.daemon)
|
||||||
|
this.chart.clear()
|
||||||
this.chart.setOption({
|
this.chart.setOption({
|
||||||
tooltip: {},
|
tooltip: {},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
|
|||||||
Reference in New Issue
Block a user