瀏覽代碼

图表配置

gmy 3 月之前
父節點
當前提交
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