{"id":20990014,"url":"https://github.com/wang0618/pywebio-chart-gallery","last_synced_at":"2026-03-16T22:35:26.817Z","repository":{"id":108003534,"uuid":"255346480","full_name":"wang0618/pywebio-chart-gallery","owner":"wang0618","description":"PyWebIO data visualization demos.","archived":false,"fork":false,"pushed_at":"2023-08-05T06:35:41.000Z","size":23745,"stargazers_count":45,"open_issues_count":0,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-20T08:08:58.308Z","etag":null,"topics":["bokeh","echart","g2plot","plotly","pyecharts","pywebio","visualization"],"latest_commit_sha":null,"homepage":"http://pywebio-charts.pywebio.online","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wang0618.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T14:12:00.000Z","updated_at":"2024-11-04T04:51:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d328088-26ac-4e2d-b502-95cc0c54a617","html_url":"https://github.com/wang0618/pywebio-chart-gallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang0618%2Fpywebio-chart-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang0618%2Fpywebio-chart-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang0618%2Fpywebio-chart-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang0618%2Fpywebio-chart-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wang0618","download_url":"https://codeload.github.com/wang0618/pywebio-chart-gallery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401492,"owners_count":20285052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bokeh","echart","g2plot","plotly","pyecharts","pywebio","visualization"],"created_at":"2024-11-19T06:27:18.537Z","updated_at":"2025-12-29T22:33:40.638Z","avatar_url":"https://github.com/wang0618.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [PyWebIO Chart Gallery](https://github.com/wang0618/pywebio-chart-gallery)\n\n[PyWebIO](https://github.com/wang0618/PyWebIO) supports for data visualization with the third-party libraries.\n\nThis repo shows examples of data visualization using plotly, bokeh, pyecharts and cutcharts in PyWebIO\n\n - [bokeh](https://github.com/bokeh/bokeh): Use bokeh for data visualization. [**demos**](http://pywebio-charts.pywebio.online/?app=bokeh)\n - [plotly](https://github.com/plotly/plotly.py/): Interactive, open-source, and browser-based graphing library. [**demos**](http://pywebio-charts.pywebio.online/?app=plotly)\n - [pyecharts](https://github.com/pyecharts/pyecharts): Create Echarts-based charts in Python. [**demos**](http://pywebio-charts.pywebio.online/?app=pyecharts)\n - [pyg2plot](https://github.com/hustcc/PyG2Plot): Create G2Plot-based charts in Python. [**demos**](http://pywebio-charts.pywebio.online/?app=pyg2plot)\n - [cutecharts.py](https://github.com/cutecharts/cutecharts.py): Create a hand drawing style charts. [**demos**](http://pywebio-charts.pywebio.online/?app=cutecharts)\n\n## Charts Snapshot\n### Bokeh\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://pywebio-charts.pywebio.online/?app=bokeh\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/wang0618/pywebio-chart-gallery/master/assets/bokeh.png\" alt=\"bokeh demo\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n### Plotly\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://pywebio-charts.pywebio.online/?app=plotly\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/wang0618/pywebio-chart-gallery/master/assets/plotly.png\" alt=\"plotly demo\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n### Pyecharts\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://pywebio-charts.pywebio.online/?app=pyecharts\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/wang0618/pywebio-chart-gallery/master/assets/pyecharts.gif\" alt=\"pyecharts demo\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n### Cutecharts.py\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://pywebio-charts.pywebio.online/?app=cutecharts\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/wang0618/pywebio-chart-gallery/master/assets/cutecharts.png\" alt=\"cutecharts demo\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cdiv\u003e\u003c/div\u003e\n\n## Run Demo\n\n### Start demo\n\n```bash\npython3 run.py\n```\n\n### Rebuild demo\n\n```bash\npip3 install -r requirements.txt -r requirements-dev.txt\ngit submodule update --init --recursive --depth=1\npython3 pyecharts_demo/build_demos.py\npython3 plotly_demo/build_demos.py\npython3 bokeh_demo/build_demos.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwang0618%2Fpywebio-chart-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwang0618%2Fpywebio-chart-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwang0618%2Fpywebio-chart-gallery/lists"}