fix:修复echarts切换tab时图形塌缩的问题
This commit is contained in:
@@ -390,7 +390,6 @@ export default {
|
||||
dom = document.getElementById('overviewLineChart')
|
||||
// this.myChart = null
|
||||
if (this.myChart) {
|
||||
this.myChart.dispose()
|
||||
this.myChart = null
|
||||
}
|
||||
this.myChart = echarts.init(dom)
|
||||
|
||||
Reference in New Issue
Block a user