pywebio-chart-gallery icon indicating copy to clipboard operation
pywebio-chart-gallery copied to clipboard

PyWebIO data visualization demos.

PyWebIO Chart Gallery

PyWebIO supports for data visualization with the third-party libraries.

This repo shows examples of data visualization using plotly, bokeh, pyecharts and cutcharts in PyWebIO

Charts Snapshot

Bokeh

bokeh demo

Plotly

plotly demo

Pyecharts

pyecharts demo

Cutecharts.py

cutecharts demo

Run Demo

Start demo

python3 run.py

Rebuild demo

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