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