摘要:
drawLeftLine(){ let drawLine = echarts.init(document.getElementById('data-left-middle-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis' }, color:['#52F478','#FFCD8B'], icon: "cir 阅读全文
摘要:
drawLeftHistogram(){ let Histogram = echarts.init(document.getElementById('data-left-bottom-table-wrap')); let option = null; option = { tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, 阅读全文
摘要:
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 阅读全文