fix:设备历史检测图y隐藏axisLabel

This commit is contained in:
shijing 2024-04-24 16:04:36 +08:00
parent 241f14c324
commit 2312537af2
1 changed files with 11 additions and 2 deletions

View File

@ -344,11 +344,20 @@ export default {
yAxis: {
type: "value",
axisLine: { show: true },
axisLabel: {
show: false,
},
axisTick: { show: false },
splitLine: { show: false },
},
dataset: { source: [] },
xAxis: { type: "category", splitLine: { show: false } },
xAxis: {
type: "category",
splitLine: { show: false },
axisLabel: {
color: "#fff",
},
},
visualMap: {
top: 5,
right: 10,
@ -1025,7 +1034,7 @@ export default {
}
.greenIcon,
.greenIcon > .radio-ico {
color: #faed1f;
color: #21a51f;
}
.orangeIcon,
.orangeIcon > .radio-ico {