纯属虚构
配置项如下
var idx = 1;
option = {
timeline : {
data : [
'10:00', '11:00', '12:00', '13:00', '14:00', '15:00', '16:00', '17:00', '18:00', '19:00',
],
symbolRotate :'30',
playInterval :'1000',
loop:true,
axisType:'category',
autoPlay:false,
symbol:'circle',
itemStyle: {
normal: {
color: '#fff',
borderColor: '#fa5b5a'
},
emphasis: {
color: '#fff'
}
},
lineStyle: {
color: '#46ba7c',
width: 5
},
checkpointStyle: {
color: '#fa5b5a',
symbolSize: 18,
borderColor: 'rgba(251, 91, 90, 0.5)',
animationDuration: '1000'
},
},
};