From 9c77bb81178c44bdce5a47f90f7aef98e744537f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 23 Oct 2020 15:45:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9overView=E7=9A=84?= =?UTF-8?q?chart=E7=9A=84=20Y=E8=BD=B4=E7=9A=84=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/overview/chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/overview/chart.vue b/nezha-fronted/src/components/page/dashboard/overview/chart.vue index e0b8bd122..6407bd895 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chart.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chart.vue @@ -156,7 +156,7 @@ let maxValue=maxValueCopies.maxValue; let copies=maxValueCopies.copies; let unit=maxValueCopies.unit; - this.option.yAxis.minInterval=chartDataFormat.Interval(maxValue,copies,unit.type,'min'); + // this.option.yAxis.minInterval=chartDataFormat.Interval(maxValue,copies,unit.type,'min'); if(this.yAxisFormatter){ this.option.yAxis.axisLabel.formatter=this.yAxisFormatter; }else{