-
Notifications
You must be signed in to change notification settings - Fork 322
3.0 Echarts支持
Fried rice edited this page Sep 23, 2022
·
5 revisions
Towxml3.0+
开始提供eacharts图表支持
Towxml默认仅支持柱状图
、折线图
、饼图
三种类型图表。
可根据自行需要定制以支持更多图表类型,定制方法见以下步骤:
- 访问https://echarts.apache.org/zh/builder.html定制 echarts 3.x 版本,勾选需要的图表类型
- 其它选项仅勾选
代码压缩
即可 - 点击定制页面中的
下载
按钮,下载文件到本地 - 将下载下来的
echarts
文件重命名为wx-echarts.js
- 将重命名好的文件覆盖到
towxml/echarts/wx-echarts.js
即可
在markdown文件中按照以下格式插入echarts图表配置即可,具体配置请参考echarts配置手册。
```echarts
{
"height": 260,
"option": {
}
}
``` .
注意:图表配置必须要严格的
JSON
格式(key
需要用双引号括起来)
echarts图表支持