随笔分类 -  echars配置项

摘要:问题描述:1、点击下拉菜单,重新请求数据,重绘echart图,但是没有绘出图 2、问题出现的具体原因有待考究(绝大多数是不会有这个问题的) 解析: 解决方案:移除容器上的 _echarts_instance_ 属性 $('#box').removeAttr('_echart... 阅读全文
posted @ 2017-06-20 14:04 ning0_o 阅读(1240) 评论(0) 推荐(0)
摘要:var color = ['red', 'blue', 'yellow', '#349ee7', '#349ee7', '#349ee7'];// 渐变色color.push(new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ ... 阅读全文
posted @ 2017-05-17 10:33 ning0_o 阅读(469) 评论(0) 推荐(0)
摘要:1、xAxis \ yAxis 坐标轴 yAxis : [ { type : 'value', minInterval: 1 //设置坐标的最小刻度,保证坐标轴刻度显示成整数 } ], 阅读全文
posted @ 2016-07-09 10:29 ning0_o 阅读(296) 评论(0) 推荐(0)