api 文档更新

This commit is contained in:
chenjiandongx 2017-10-20 23:06:21 +08:00
parent cd5bb9728d
commit 92c192565a
2 changed files with 0 additions and 9 deletions

View File

@ -21,7 +21,6 @@ This table list properties for these chart classes.
| heigth | ✓ | ✓ | ✓ | ✓ | ✓ | |
| options | ✓ | ✓ | ✓ | ✓ | ✓ | |
| js_dependencies | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| charts | | | | | | ✓ |
**chart_id**
@ -43,9 +42,6 @@ Data type:dict.The config options for a chart。Each chart has its own format an
Data type:set.The js filename collections for a chart's dependencies.Every element do not contain the filename extension(.js).E.g `{'echarts.min', 'fujian'}`
**charts**
The origin chart list in the class `pyecharts.custom.page.Page` .Each element can be a instance of the subclass of `pyecharts.base.Base` .
### Methods

View File

@ -18,7 +18,6 @@
| heigth | ✓ | ✓ | ✓ | ✓ | ✓ | |
| options | ✓ | ✓ | ✓ | ✓ | ✓ | |
| js_dependencies | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| charts | | | | | | ✓ |
**chart_id**
@ -40,10 +39,6 @@
集合类型(set)js 依赖文件名称列表,元素不包含文件后缀(.js),如 `{'echarts.min', 'fujian'}`
**charts**
多图表对象中源图表对象列表,每个元素均为 `pyecharts.base.Base` 的子类对象。仅用于 `pyecharts.custom.page.Page` 类。
### 方法
**add()**