Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin): delete chart plugin #568

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,219 changes: 908 additions & 311 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"plugin:reconfig": "node script/plugin-get-config.js"
},
"dependencies": {
"@antv/g2plot": "^0.11.35",
"@babel/polyfill": "^7.4.4",
"@tinymce/tinymce-vue": "^4.0.0",
"axios": "^0.24.0",
Expand All @@ -26,7 +25,7 @@
"js-cookie": "^2.2.0",
"lodash": "^4.17.14",
"mitt": "^2.1.0",
"moment": "^2.24.0",
"moment": "^2.29.4",
"photoswipe": "^4.1.2",
"screenfull": "^4.2.0",
"swiper": "^6.4.5",
Expand Down
3 changes: 1 addition & 2 deletions src/config/stage/plugin.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// 本文件是自动生成, 请勿修改
import chart from '@/plugin/chart/stage-config'
import custom from '@/plugin/custom/stage-config'
import linCmsUi from '@/plugin/lin-cms-ui/stage-config'

const pluginsConfig = [chart, custom, linCmsUi]
const pluginsConfig = [custom, linCmsUi]

export default pluginsConfig
32 changes: 0 additions & 32 deletions src/plugin/chart/README.md

This file was deleted.

Binary file removed src/plugin/chart/assets/image/logo.png
Binary file not shown.
69 changes: 0 additions & 69 deletions src/plugin/chart/component/grouped-column.vue

This file was deleted.

60 changes: 0 additions & 60 deletions src/plugin/chart/component/line-chart.vue

This file was deleted.

47 changes: 0 additions & 47 deletions src/plugin/chart/component/radar.vue

This file was deleted.

56 changes: 0 additions & 56 deletions src/plugin/chart/component/rose.vue

This file was deleted.

Loading