소스 검색

图表配置

gmy 4 달 전
부모
커밋
c72afa3f0b
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