xyxie 8 月之前
父节点
当前提交
6bb36181c7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      services/data/chart_theme.go

+ 0 - 2
services/data/chart_theme.go

@@ -142,9 +142,7 @@ func GetThemePreviewChartEdbData(chartType int, calendar, startDate, endDate str
 		}
 		for k, _ := range sectionConf.SeriesList {
 			sectionConf.SeriesList[k].NoDataEdbIndex = make([]int, 0)
-			sectionConf.SeriesList[k].ChartStyle = ""
 			sectionConf.SeriesList[k].ChartColor = ""
-			sectionConf.SeriesList[k].ChartWidth = 0
 			if k == 0 {
 				sectionConf.SeriesList[k].DataList = []float64{1455, 1076, 2532, 3729}
 				sectionConf.SeriesList[k].MaxData = 3729