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