【移动端】制作图表ECharts插件

比如:

 

背地模板预览效果为:app/plug/ECharts/pie1.html

ECharts 2.0的实例为:http://echarts.baidu.com/echarts2/doc/example.html

ECharts 3.0的实例为:http://echarts.baidu.com/demo.html#pie-roseType

自定义文档并标签式单文件引入:http://echarts.baidu.com/echarts2/doc/doc.html#引入ECharts3

var option={  

calculable: false, //三个之表示饼图最外表的圆的border,false为不启动外边框,true为启动
calculableColor: 'rgba(255,165,0,0.6)',
calculableHolderColor: '#ccc',

color:[    //圆圈图表颜色改变
'#fcae6e',
'#84d6c7'
],

},

 

posted @ 2016-05-03 15:21  chenguiya  阅读(1632)  评论(0)    收藏  举报