This commit is contained in:
2026-01-31 14:59:39 +08:00
parent 4ad9f4976f
commit 06453b284c
7 changed files with 238 additions and 68 deletions

View File

@ -139,12 +139,12 @@ function chartFn() {
show: true
},
axisLabel: {
interval: 1, // 控制标签的显示间隔0 表示全部显示,可以根据需要调整为其他值,例如 1 表示每隔一个显示一个标签。
interval: 0, // 控制标签的显示间隔0 表示全部显示,可以根据需要调整为其他值,例如 1 表示每隔一个显示一个标签。
color: '#666666'
}
},
yAxis: {
type: "value",
type: "value",
splitLine: {
show:true ,
lineStyle: {
@ -155,7 +155,6 @@ function chartFn() {
axisTick: { show: false },
axisLine: { show: false },
axisLabel: { color: props.color },
},
series: [
{