series: [{ orm
type: 'line',ci
smooth:true,//折點是圓弧狀的
showSymbol: true,
symbol: 'circle', //折點設定爲實心點
symbolSize: 20, //設定實心點的大小
hoverAnimation: false,animation
itemStyle:{
normal:{
color:'#fc8a0f', //折點顏色
lineStyle:{
color:'#ff9c35' //折線顏色
}
}
}it
animation: false,
data: dataa,
markPoint: { //顯示必定區域內的最大值和最小值
data: [
{ type: 'max', name: '最大值' },
{ type: 'min', name: '最小值' }
]
}]
io