https://github.com/botshen/largescreensolution-website
大屏可视化解决方案 React+ReactRouter+Echarts
https://github.com/botshen/largescreensolution-website
Last synced: 3 months ago
JSON representation
大屏可视化解决方案 React+ReactRouter+Echarts
- Host: GitHub
- URL: https://github.com/botshen/largescreensolution-website
- Owner: botshen
- Created: 2021-07-25T15:58:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T16:02:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T09:29:23.975Z (over 1 year ago)
- Language: HTML
- Homepage: https://botshen.github.io/LargeScreenSolution-website/index.html
- Size: 491 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
技术栈:React、ReactRouter、Echarts
这个项目是我在学习前端可视化与 echarts 时,仿照方应杭的开源项目制作而成的。
页面布局使用了 Grid 和 Flex 布局,为了适应所有屏幕,我使用了动态 rem 方案,具体思路见我的博客(这里应给出链接)。
项目中包含的图例有柱形图、折线图、饼图、地图和表格等,并且所有图例都可以实时更新数据并辅以动画交互。
通过这个项目,我掌握了大屏可视化项目的制作技巧。