chartOption
: EChartOption
= {
xAxis
: {
type: 'category',
boundaryGap
: false,
splitLine
: {
show
: true,
lineStyle
: {
color
: 'rgb(51,71,74)',
}
},
data
: [
'5/18', '5/19', '5/20', '5/21', '5/22', '5/23', '5/24'
],
},
yAxis
: {
type: 'value',
max
: 200,
interval
: 40,
splitLine
: {
show
: true,
lineStyle
: {
color
: 'rgb(51,71,74)',
},
},
name
: '(次/天)',
nameTextStyle
: {
align
: 'right',
color
: 'rgb(144,158,166)',
},
},
series
: [{
type: 'line',
itemStyle
: {
normal
: {
label
: {
show
: true,
color
: '#fff',
}
}
},
data
: [16, 57, 31, 72, 87, 57, 24],
symbol: 'circle',
symbolSize
: 8,
}],
grid
: {
left
: '13%',
right
: '5%',
bottom
: '15%',
top
: '25%',
},
tooltip
: {
show
: true,
trigger
: 'axis',
}
};
袁同学——2020年10月21日
转载请注明原文地址: https://lol.8miu.com/read-17121.html