An open API service indexing awesome lists of open source software.

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.

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 实现