图形新增一个词云图形

This commit is contained in:
zhy6599@163.com
2019-12-01 16:03:51 +08:00
parent 15138b535f
commit bfdb12869e
3 changed files with 204 additions and 4 deletions

View File

@@ -40,6 +40,7 @@
"connect": "3.6.6",
"echarts": "4.2.1",
"echarts-gl": "^1.1.1",
"echarts-wordcloud": "^1.1.3",
"element-ui": "^2.12.0",
"file-saver": "1.3.8",
"fuse.js": "3.4.4",
@@ -55,12 +56,12 @@
"vue": "2.6.10",
"vue-count-to": "1.0.13",
"vue-cropper": "0.4.9",
"vue-highlightjs": "^1.3.3",
"vue-router": "3.0.2",
"vue-splitpane": "1.0.4",
"vuex": "3.1.0",
"wangeditor": ">=3.0.0",
"xlsx": "^0.11.16",
"vue-highlightjs": "^1.3.3"
"xlsx": "^0.11.16"
},
"devDependencies": {
"@babel/core": "7.0.0",
@@ -83,7 +84,7 @@
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"node-sass": "^4.9.0",
"node-sass": "^4.13.0",
"plop": "2.3.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",