Skip to content

Commit

Permalink
feat(projects): 引入echarts替换antvG2plot
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 6, 2022
1 parent 14c145e commit e7ad086
Show file tree
Hide file tree
Showing 9 changed files with 378 additions and 872 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ stats.html
*.njsproj
*.sln
*.sw?

/src/typings/components.d.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中

## 开发计划

- [ ] 引入ECharts替换AntV G2Plot
- [x] 引入ECharts替换AntV G2Plot
- [ ] 多页签:同一页面支持多个Tab(应用场景:不同query参数的详情页面在不同tab展示)
- [ ] 最近功能的有关文档更新
- [ ] 性能优化(优化递归函数)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
},
"dependencies": {
"@antv/g2plot": "^2.4.16",
"@better-scroll/core": "^2.4.2",
"@soybeanjs/vue-admin-layout": "^1.0.3",
"@soybeanjs/vue-admin-tab": "^1.0.1",
Expand All @@ -36,6 +35,7 @@
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.1",
"echarts": "^5.3.2",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.28.2",
Expand Down
Loading

0 comments on commit e7ad086

Please sign in to comment.