fix:设备历史检测图y隐藏axisLabel
This commit is contained in:
parent
241f14c324
commit
2312537af2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue