摘要: legend: { orient: 'vertical',// 垂直显示 left: '70%',//距离左边位置 y: '4%',// 距离上边位置 itemHeight: 7, //修改icon图形大小 itemWidth: 7,//icon宽度 icon: 'circle',//图形形状('c 阅读全文
posted @ 2020-07-01 12:15 pyx204 阅读(1106) 评论(0) 推荐(1)
摘要: // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.getElementById('main')); // 指定图表的配置项和数据 var option = { title: { text: '第一个 ECharts 实例' } 阅读全文
posted @ 2020-07-01 11:43 pyx204 阅读(213) 评论(0) 推荐(0)