Преглед на файлове

Merge branch 'eta_bug_6482_chart_config_1211@guomengyuan' into debug

gmy преди 6 месеца
родител
ревизия
8fee2b5aaf
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      services/data/chart_theme.go

+ 0 - 1
services/data/chart_theme.go

@@ -713,7 +713,6 @@ func ConvertOldChartOptions(config string) (newConfig string, err error) {
 		}
 		newTheme.LineOptionList = append(newTheme.LineOptionList, newLineOption)
 	}
-	newTheme.DrawOption = oldTheme.DrawOption
 	newThemeStr, _ := json.Marshal(newTheme)
 	newConfig = string(newThemeStr)
 	return