option = { title: { text: '趋势' }, tooltip : { trigger: 'axis', show:true, axisPointer : { // 坐标轴指示器,坐标轴触发有效 type : 'shadow' // 默认为直线,可选为:'line' | 'shadow' } }, dataZoom: { show: true, start : 30, end : 70 }, legend: { //itemWidth:50, data:['趋势'] }, a…