Skip to content

Commit 26014d2

Browse files
authored
feat(plugin): delete chart plugin (#568)
1 parent e9cf181 commit 26014d2

14 files changed

+910
-993
lines changed

Diff for: package-lock.json

+908-311
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"plugin:reconfig": "node script/plugin-get-config.js"
1414
},
1515
"dependencies": {
16-
"@antv/g2plot": "^0.11.35",
1716
"@babel/polyfill": "^7.4.4",
1817
"@tinymce/tinymce-vue": "^4.0.0",
1918
"axios": "^0.24.0",
@@ -26,7 +25,7 @@
2625
"js-cookie": "^2.2.0",
2726
"lodash": "^4.17.14",
2827
"mitt": "^2.1.0",
29-
"moment": "^2.24.0",
28+
"moment": "^2.29.4",
3029
"photoswipe": "^4.1.2",
3130
"screenfull": "^4.2.0",
3231
"swiper": "^6.4.5",

Diff for: src/config/stage/plugin.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// 本文件是自动生成, 请勿修改
2-
import chart from '@/plugin/chart/stage-config'
32
import custom from '@/plugin/custom/stage-config'
43
import linCmsUi from '@/plugin/lin-cms-ui/stage-config'
54

6-
const pluginsConfig = [chart, custom, linCmsUi]
5+
const pluginsConfig = [custom, linCmsUi]
76

87
export default pluginsConfig

Diff for: src/plugin/chart/README.md

-32
This file was deleted.

Diff for: src/plugin/chart/assets/image/logo.png

-6.34 KB
Binary file not shown.

Diff for: src/plugin/chart/component/grouped-column.vue

-69
This file was deleted.

Diff for: src/plugin/chart/component/line-chart.vue

-60
This file was deleted.

Diff for: src/plugin/chart/component/radar.vue

-47
This file was deleted.

Diff for: src/plugin/chart/component/rose.vue

-56
This file was deleted.

0 commit comments

Comments
 (0)