摘要: drawLeftLine(){ let drawLine = echarts.init(document.getElementById('data-left-middle-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis' }, color:['#52F478','#FFCD8B'], icon: "cir 阅读全文
posted @ 2019-11-29 13:19 sweeeper 阅读(4193) 评论(0) 推荐(0) 编辑
摘要: drawLeftHistogram(){ let Histogram = echarts.init(document.getElementById('data-left-bottom-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, 阅读全文
posted @ 2019-11-29 13:18 sweeeper 阅读(858) 评论(0) 推荐(0) 编辑
摘要: alarmManage(){ let drawLine = echarts.init(document.getElementById('data-alarmManage-table-wrap')); let option = null; option = { tooltip: { trigger: 'item', formatter: "{a} <br/>{b}: {c} ({d}%)" }, l 阅读全文
posted @ 2019-11-29 11:30 sweeeper 阅读(634) 评论(0) 推荐(0) 编辑