|
|
@ -156,6 +156,9 @@ public class ChartTypePane extends ChartCommonWizardPane implements CallbackEven |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (!ChartEditContext.supportTheme() && chart4Update instanceof VanChart) { |
|
|
|
if (!ChartEditContext.supportTheme() && chart4Update instanceof VanChart) { |
|
|
|
|
|
|
|
//主题中有的属性 不跟随属性 全部设置成自定义
|
|
|
|
|
|
|
|
((VanChart) chart4Update).setThemeCustom(); |
|
|
|
|
|
|
|
//主题中没有的 根据主题深浅色自动 的属性 全部设置成自定义
|
|
|
|
((VanChart) chart4Update).setAutoThemeCustom(); |
|
|
|
((VanChart) chart4Update).setAutoThemeCustom(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|