虽然可能底层的API差了些,但是还是希望小程序能有一个好用的图表库,毕竟重头写有点太复杂了~~
<a href="http://echarts.baidu.com"> <img style="vertical-align: top;" src="./asset/logo.png?raw=true" alt="logo" height="50px"> </a>
ECharts is a free, powerful charting and visualization library offering an easy way of adding intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on <a href="https://github.com/ecomfe/zrender">zrender</a>, which is a whole new lightweight canvas library.
Download on echarts.baidu.com
npm install echarts --save
ECharts-GL is an extension pack of echarts, which providing 3D plots, globe visualization and WebGL acceleration.
Get from https://github.com/ecomfe/echarts-gl
npm install echarts-gl --save
https://github.com/ecomfe/awesome-echarts
Graph Modularity Graph modularity extension for community detection
leaflet-echarts by wandergis
arcgis-echarts by wandergis
ECharts is available under the BSD license.
学习永无止境,对程序的爱好始终如一,我的开源项目
https://github.crmeb.net/u/demo
一起和大神学习交流
微信交流 zhaohe012
echarts 的依赖太大了,官网上导出只包含最基础的柱形图、趋势图,就得 200K +
ECharts的异步数据问题,你们是怎么解决的?
用 async/await啊
小程序插件越来越牛了,推广小程序用换量方式好不好,推荐一个 微信号: huanliang_club
不错
漏斗图一但左上角点击3个就出现BUG怎么回事
var curDate = new Date();
var year = curDate.getFullYear();
var month = curDate.getMonth() + 1;
var day = curDate.getDate();
var year1 = curDate.getHours();
var month1 = curDate.getMinutes() ;
var day1 = curDate.getSeconds();
console.log("当前时间年月日" + year + "-" + month + "-" + day );
console.log("当前时间时分秒" + year1 + "-" + month1 + "-" + day1);
66666
能用echarts了吗,我要开发echarts的地图插件