wang0618 / pywebio-chart-gallery

PyWebIO data visualization demos.

Home Page:http://pywebio-charts.pywebio.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PyWebIO data visualization demos.

http://pywebio-charts.pywebio.online

License:Other


Languages

Language:HTML 97.5%Language:Python 2.5%Language:Dockerfile 0.0%Language:Procfile 0.0%