option = {
xAxis: {
type: "category",
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
},
yAxis: {},
series: [{
data: [820, 932, 901, 934, 1290, 1330, 1320],
type: "line",
markLine: {
data: [{
type: "average"
}],
lineStyle: {
width: 2
}
}
}]
}
在markLine 中添加 lineStyle:{ width:2 } 即可