https://github.com/pyecharts/pyecharts-gallery
Just use pyecharts to imitate Echarts official example.
https://github.com/pyecharts/pyecharts-gallery
echarts4 pyecharts
Last synced: 5 months ago
JSON representation
Just use pyecharts to imitate Echarts official example.
- Host: GitHub
- URL: https://github.com/pyecharts/pyecharts-gallery
- Owner: pyecharts
- License: mit
- Created: 2019-04-25T12:43:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T08:10:02.000Z (about 3 years ago)
- Last Synced: 2023-11-07T14:02:50.978Z (over 2 years ago)
- Topics: echarts4, pyecharts
- Language: HTML
- Homepage: https://gallery.pyecharts.org
- Size: 4.86 MB
- Stars: 1,003
- Watchers: 29
- Forks: 569
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyecharts-gallery
---
中文 | [English](./README_EN.md)
---
## 项目简介
* **项目基于 pyecharts `2.0.3` 版本进行展示**
* Apache ECharts (incubating) [官方实例](https://echarts.apache.org/examples/en/index.html)
## 项目须知
* 项目代码结构按照 pyecharts 支持的组件按大写字母顺序进行模块划分
* 代码内有根据 `2.0.3` 版本的 pyecharts 所生成的可视化数据视图和官方的进行对比, 有列出能实现的功能以及未实现的功能
* 以下图例多数会基于 Echarts 的官方实例,不过也有部分会基于 Echarts 的社区 Gallery 实现