echarts-Aliapp icon indicating copy to clipboard operation
echarts-Aliapp copied to clipboard

echarts-Aliapp components

Results 11 echarts-Aliapp issues
Sort by recently updated
recently updated
newest added

组件需绑定 ec 变量,例:

支付宝小程序中报这个错误,这两个文件夹都拷贝进项目了,app.js和页面中也有引入。下载的demo不会报错 ![image](https://user-images.githubusercontent.com/11607512/122540702-78aae880-d05b-11eb-91b4-ec5f0aaa91db.png) ![image](https://user-images.githubusercontent.com/11607512/122540851-9c6e2e80-d05b-11eb-9e97-26cf9a90764f.png) ![image](https://user-images.githubusercontent.com/11607512/122540908-aa23b400-d05b-11eb-8d9e-e39c4dc270c4.png) ![image](https://user-images.githubusercontent.com/11607512/122541020-c9badc80-d05b-11eb-8500-4d6edb186c86.png)

![image](https://user-images.githubusercontent.com/51230702/108446874-d7bd4400-7299-11eb-9d1b-8b09381cdcd6.png) 这是什么原因导致的

demo下载下来,图表在模拟器里不显示; ”或者仅拷贝 ec-canvas 目录到新建的项目下,然后做相应的调整。“在钉钉小程序里各种报错

echarts-min.js有1.6M太大了,官网在线定制的在支付宝里面又用不了

```_Page({ onShareAppMessage: function(res) { }, data: { ec_data: {....} ec: { onInit: function(canvas, width, height) { const oChart = echarts.init(canvas, null, { width: width, height: height }); canvas.setChart(this.oChart); oChart.setOption(this.ec_data); //...

![image](https://user-images.githubusercontent.com/19199353/65588389-0a3a1300-dfba-11e9-8746-5f61e577ba7e.png)