https://github.com/turboway/ironman
基于 flask 和 echarts 的数据可视化工具
https://github.com/turboway/ironman
flask-echarts ironman
Last synced: about 1 year ago
JSON representation
基于 flask 和 echarts 的数据可视化工具
- Host: GitHub
- URL: https://github.com/turboway/ironman
- Owner: TurboWay
- Created: 2020-08-26T09:59:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T11:49:05.000Z (over 5 years ago)
- Last Synced: 2025-03-26T19:45:38.544Z (about 1 year ago)
- Topics: flask-echarts, ironman
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 85
- Watchers: 2
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ironman



基于 flask 和 echarts 的数据可视化工具
## 功能
便利性工具, 结构简单, 容易定制, 直接传数据就可以完成可视化展示
## 使用
运行 app.py
打开 http://127.0.0.1:5000/
修改 data.py 的 SourceData 类,即可将示例数据替换成你的数据
## 示例
### 折线图

### 柱形图

### 柱形图-横柱

### 柱形图-极坐标

### 柱形图-瀑布

### 饼图

### 饼图-环形

### 中国地图

### 词云

## 参考
>https://github.com/lalpha/flask
>https://echarts.apache.org/examples/zh/index.html
>https://github.com/apache/incubator-echarts
>https://github.com/ecomfe/echarts-wordcloud