diff --git a/src/components/ServiceWatch/components/monitor.vue b/src/components/ServiceWatch/components/monitor.vue index 4ed8770..9003c11 100644 --- a/src/components/ServiceWatch/components/monitor.vue +++ b/src/components/ServiceWatch/components/monitor.vue @@ -387,13 +387,18 @@ }, 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: "#3398DB" } }, series: [ @@ -654,6 +659,9 @@ // maxInterval: 20, splitLine: { show: false + }, + axisLabel: { + color: "#3398DB" } // boundaryGap: [0, '100%'] }, @@ -760,7 +768,7 @@ }; -