Explorar el Código

Merge branch 'feature/eta1.9.6_chart_series' into debug

xyxie hace 7 meses
padre
commit
a53fbfe8a4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      services/data/chart_theme.go

+ 0 - 2
services/data/chart_theme.go

@@ -149,9 +149,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