From 92c192565a09cc9d4069057eaaefa8dc465d9dcc Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Fri, 20 Oct 2017 23:06:21 +0800 Subject: [PATCH] =?UTF-8?q?api=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en-us/{api.md => doc_api.md} | 4 ---- docs/zh-cn/{api.md => doc_api.md} | 5 ----- 2 files changed, 9 deletions(-) rename docs/en-us/{api.md => doc_api.md} (94%) rename docs/zh-cn/{api.md => doc_api.md} (93%) diff --git a/docs/en-us/api.md b/docs/en-us/doc_api.md similarity index 94% rename from docs/en-us/api.md rename to docs/en-us/doc_api.md index 60338247..0dcf2a39 100644 --- a/docs/en-us/api.md +++ b/docs/en-us/doc_api.md @@ -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 diff --git a/docs/zh-cn/api.md b/docs/zh-cn/doc_api.md similarity index 93% rename from docs/zh-cn/api.md rename to docs/zh-cn/doc_api.md index 8181d504..a564607f 100644 --- a/docs/zh-cn/api.md +++ b/docs/zh-cn/doc_api.md @@ -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()**