docs:将文档移动 zh-CN 目录下;为以后支持英文版做准备 (#1309)

* docs:将文档移动 zh-CN 目录下;为以后支持英文版做准备

* 整理 autoFill

* 补充下载最新版本的说明 (#1298)

* fix: 修复在新版 Firefox 下 js sdk 报错 (#1300)

* 删掉可能报错的代码 (#1311)

* fix: 修复 css 变量不支持数字问题 (#1302)

* feat:增加 animation-duration,可以控制所有动画时长,也能用于一次性关闭所有动画效果 (#1303)

* feat:增加 animation-duration,可以控制所有动画时长,也能用于一次性关闭所有动画效果

* 补充文档

* Pageleave (#1310)

* form 添加页面离开提示功能

* 补充文档

Co-authored-by: 2betop <2betop.cn@gmail.com>
Co-authored-by: liaoxuezhi <liaoxuezhi@baidu.com>
This commit is contained in:
吴多益 2021-01-04 16:59:32 +08:00 committed by GitHub
parent dd65301f64
commit 0ae04ce946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
139 changed files with 423 additions and 277 deletions

View File

@ -345,6 +345,22 @@ ECharts 中有些配置项可以写函数,比如 formatter 和 sort但在 J
}
```
## 使用地图
从 amis 1.1.0 版本开始ECharts 版本升级到 5.0.0,为了规避政策风险,在这个版本删除了之前的地图 geojson如果需要这个功能需要手动引入。
方法是去 `https://github.com/apache/incubator-echarts/tree/master/test/data/map/js` 下载 `china.js``world.js`
对于 npm 版本,直接 `import` 这两个文件就行。
对于 JS SDK 版本,需要先加入如下代码如下方式:
```javascript
window.echarts = amisRequire('echarts');
```
然后通过 script 标签引入这两个文件。
## 属性表
| 属性名 | 类型 | 默认值 | 说明 |

Some files were not shown because too many files have changed in this diff Show More