Commit 53813a4e by chuzhixin

fixed: echarts bug

parent e3515e79
......@@ -45,7 +45,7 @@
"dayjs": "^1.10.4",
"echarts": "^5.0.2",
"echarts-wordcloud": "^2.0.0",
"element-ui": "^2.15.0",
"element-ui": "^2.15.1",
"jsencrypt": "^3.0.1",
"lodash": "^4.17.21",
"maptalks": "^0.49.1",
......@@ -56,7 +56,7 @@
"screenfull": "^5.1.0",
"vab-icon": "^0.0.1",
"vue": "^2.6.12",
"vue-echarts": "^6.0.0-alpha.3",
"vue-echarts": "5.0.0-beta.0",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"zx-count": "^0.3.7",
......
import * as echarts from 'echarts'
import 'echarts'
import VabChart from 'vue-echarts'
VabChart.graphic = echarts.graphic
export default VabChart
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment