小程序支持Echarts吗
echarts官方已经支持小程序版本,参考:https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=1492856135&docid=00040a3f54c4004a2e66aa2d558406
不支持 需要自己实现
或者参考一些开源库
例如
https://github.com/xiabingwu/chartjs-wechat-mini-app
@林超,Thanks