# ironman **Repository Path**: TurboWay/ironman ## Basic Information - **Project Name**: ironman - **Description**: 基于 flask 和 echarts 的数据可视化工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ironman ![](https://img.shields.io/badge/python-3.6%2B-brightgreen) ![](https://img.shields.io/badge/flask-1.1%2B-orange) ![](https://img.shields.io/badge/echarts-4.7-yellowgreen) 基于 flask 和 echarts 的数据可视化工具 ## 功能 便利性工具, 结构简单, 容易定制, 直接传数据就可以完成可视化展示 ## 使用 运行 app.py 打开 http://127.0.0.1:5000/ 修改 data.py 的 SourceData 类,即可将示例数据替换成你的数据 ## 示例 ### 折线图 ![image](https://github.com/TurboWay/imgstore/blob/master/ironman/line.jpg) ### 柱形图 ![image](https://github.com/TurboWay/imgstore/blob/master/ironman/bar.jpg) ### 饼图 ![image](https://github.com/TurboWay/imgstore/blob/master/ironman/pie.jpg) ### 中国地图 ![image](https://github.com/TurboWay/imgstore/blob/master/ironman/china.jpg) ### 词云 ![image](https://github.com/TurboWay/imgstore/blob/master/ironman/wordcloud.jpg) ## 参考 >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