|
@@ -148,6 +148,7 @@ func GetThemePreviewChartEdbData(chartType int, calendar, startDate, endDate str
|
|
|
xEdbIdValue = append(xEdbIdValue, v.EdbInfoId)
|
|
|
}
|
|
|
for k, _ := range sectionConf.SeriesList {
|
|
|
+ sectionConf.SeriesList[k].NoDataEdbIndex = make([]int, 0)
|
|
|
if k == 0 {
|
|
|
sectionConf.SeriesList[k].DataList = []float64{1455, 1076, 2532, 3729}
|
|
|
sectionConf.SeriesList[k].MaxData = 3729
|