Ver Fonte

Merge branch 'eta/1.4.1' into debug

Roc há 1 ano atrás
pai
commit
636f8c41ff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/data/chart_theme.go

+ 1 - 1
services/data/chart_theme.go

@@ -144,7 +144,7 @@ func getThemePreviewEdbDataMapList(chartType int, calendar, startDate, endDate s
 		item.ChartStyle = v.ChartStyle
 		item.ChartColor = v.ChartColor
 		item.ChartWidth = 1
-		item.IsOrder = true
+		item.IsOrder = false
 		item.MaxData = v.MaxValue
 		item.MinData = v.MinValue
 		item.LatestValue = v.LatestValue