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