• Stars
    star
    1,404
  • Rank 32,361 (Top 0.7 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

数据大屏可视化

big_screen

数据大屏可视化

功能

便利性工具, 结构简单, 直接传数据就可以实现数据大屏

安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple flask

运行

cd big_screen;
python app.py;

示例

image

使用

  • 1、编辑 data.py 中的 SourceData 类(或者新增类,新增的话需要编辑 app.py 增加路由,请参考 CorpData/JobData)
  • 2、从任何地方读取你的数据,按照 SourceDataDemo 的数据格式,填充到 SourceData 类
  • 3、运行 python app.py 查看数据变更后的效果

参考

https://gitee.com/lvyeyou/DaShuJuZhiDaPingZhanShi