PyWebIO 支持使用第三方库进行数据可视化
本项目展示了在 PyWebIO 中使用以下库进行数据可视化:
- bokeh: 使用Bokeh进行数据可视化 demos
- plotly: 非常流行的Python数据可视化库,可以生成高质量的交互式图表 demos
- pyecharts: 使用Python创建基于Echarts的图表 demos
- pyg2plot: 使用Python创建基于G2Plot的图表 demos
- cutecharts.py: 创建卡通风格图表 demos
python3 run.py
pip3 install -r requirements.txt -r requirements-dev.txt
git submodule update --init --recursive --depth=1
python3 pyecharts_demo/build_demos.py
python3 plotly_demo/build_demos.py
python3 bokeh_demo/build_demos.py