# pyecharts-gallery **Repository Path**: somefusion/pyecharts-gallery ## Basic Information - **Project Name**: pyecharts-gallery - **Description**: Just use pyecharts to imitate Echarts official example. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-03-08 - **Last Updated**: 2023-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pyecharts-gallery

--- * [英文文档在这 - English Introduction is Here](https://github.com/pyecharts/pyecharts-gallery/blob/master/README_EN.md) --- ## 项目简介 * **项目基于 pyecharts `1.8.1` 版本进行展示** * Apache ECharts (incubating) [官方实例](https://echarts.apache.org/examples/en/index.html) ## 项目须知 * 项目代码结构按照 pyecharts 支持的组件按大写字母顺序进行模块划分 * 代码内有根据 `1.8.1` 版本的 pyecharts 所生成的可视化数据视图和官方的进行对比, 有列出能实现的功能以及未实现的功能 * 以下图例多数会基于 Echarts 的官方实例,不过也有部分会基于 Echarts 的社区 Gallery 实现