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