forked from github/dataease
feat(frontend):echarts修改
This commit is contained in:
parent
f891f3b7b6
commit
c3a929345b
@ -50,6 +50,9 @@ export default {
|
||||
mounted() {
|
||||
this.preDraw()
|
||||
},
|
||||
destroyed() {
|
||||
this.myChart.dispose()
|
||||
},
|
||||
methods: {
|
||||
preDraw() {
|
||||
// 基于准备好的dom,初始化echarts实例
|
||||
|
Loading…
Reference in New Issue
Block a user