Browse Source

面积图 详情

gmy 3 months ago
parent
commit
a359263fa3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      controllers/chart_info.go

+ 1 - 2
controllers/chart_info.go

@@ -236,8 +236,7 @@ func fillAreaGraphData(extraConfigStr string, edbDataList []*models.ChartEdbInfo
 			return
 		}
 		if tmpConfig.StandardEdbInfoId <= 0 {
-			errMsg = "面积图配置异常"
-			err = errors.New(errMsg)
+			utils.FileLog.Info("面积图未开启面积堆积")
 			return
 		}
 	}