NEZ-2765 fix:explore showMore 导致 legend 高度变化 显示错位

This commit is contained in:
zhangyu
2023-04-13 17:37:55 +08:00
parent 47c23dc0ed
commit 96ecc2efe8

View File

@@ -537,6 +537,7 @@ export default {
}
this.chart && this.chart.setOption(option)
this.chart.resize()
this.resize()
},
chartInit () {
this.chart = echarts.init(document.getElementById(this.chartId))