mirror of
https://github.com/pyecharts/pyecharts.git
synced 2026-01-18 16:52:31 +00:00
api 文档更新
This commit is contained in:
parent
cd5bb9728d
commit
92c192565a
@ -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
|
||||
|
||||
@ -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()**
|
||||
Loading…
x
Reference in New Issue
Block a user