Refactor: 将图表类文档拆分为基本图表篇和自定义图表篇 (#705)

This commit is contained in:
陈键冬 2018-08-28 14:21:27 +08:00 committed by GitHub
parent 5f6a26250d
commit 86012c1d33
5 changed files with 1124 additions and 1116 deletions

View File

@ -9,7 +9,7 @@ pyecharts 是一个用于生成 Echarts 图表的类库。Echarts 是百度开
**基本使用**
[渲染图表](zh-cn/prepare) | [图表配置](zh-cn/charts_configure) | [图表详情](zh-cn/charts) | [数据解析与导入](zh-cn/data_import)
[渲染图表](zh-cn/prepare) | [图表配置](zh-cn/charts_configure) | [基本图表](zh-cn/charts_base) | [自定义图表](zh-cn/charts_custom) | [数据解析与导入](zh-cn/data_import)
**高级话题**

View File

@ -3,7 +3,8 @@ pyecharts 是一个用于生成 Echarts 图表的类库。Echarts 是百度开
- 基本使用
- [渲染图表](zh-cn/prepare)
- [图表配置](zh-cn/charts_configure)
- [图表详情](zh-cn/charts)
- [基本图表](zh-cn/charts_base)
- [自定义图表](zh-cn/charts_custom)
- 高级话题
- [图表 API](zh-cn/api)
- [自定义主题](zh-cn/themes)

File diff suppressed because it is too large Load Diff

View File

@ -523,3 +523,5 @@
指定是否显示右侧实用工具箱,默认为 True。
* is_more_utils -> bool
指定是否提供更多的实用工具按钮。默认只提供『数据视图』和『下载』按钮
**如果你已阅读完本篇文档,可以进一步阅读 [基本图表篇](zh-cn/charts_base)**

1091
docs/zh-cn/charts_custom.md Normal file

File diff suppressed because it is too large Load Diff