折线图–以时间作为横坐标
option={
title:{
text:'动态数据+时间坐标轴'
},
tooltip:{
trigger:'axis',
},
xAxis:{
type:'time',
splitLine:{
show:false
}
},
yAxis:{
type:'value',
boundaryGap:[0,'100%'],
splitLine:{
show:false
}
},
dataZoom: [{
show: true,
type: 'inside',
filterMode: 'none',
xAxisIndex: [0],
start: 0,
end: 100
}, {
show: true,
type: 'inside',
filterMode: 'none',
yAxisIndex: [0],