diff --git a/src/components/ServiceWatch/components/monitor.vue b/src/components/ServiceWatch/components/monitor.vue index 816db22..6a9ee37 100644 --- a/src/components/ServiceWatch/components/monitor.vue +++ b/src/components/ServiceWatch/components/monitor.vue @@ -387,19 +387,19 @@ }, yAxis: { axisLine: { - show: true + show: false }, // splitNumber: 1, // minInterval: 10, // maxInterval: 20, splitLine: { show: false - } + }, // color: rgb(0, 119, 254) // boundaryGap: [0, '100%'] - // axisLabel: { - // color: "rgb(0, 119, 254)" - // } + axisLabel: { + color: "#3398DB" + } }, series: [ { @@ -659,6 +659,9 @@ // maxInterval: 20, splitLine: { show: false + }, + axisLabel: { + color: "#3398DB" } // boundaryGap: [0, '100%'] },