@ -1,6 +1,7 @@
package com.fr.design.mainframe.chart.mode;
import com.fr.common.annotations.Open;
import com.fr.design.base.mode.DesignModeContext;
/**
* @author shine
@ -27,9 +28,9 @@ public class ChartEditContext {
* 是否支持 主题样式 设置
*
* @return duchamp大屏模板模式 不支持
* @return duchamp大屏模板模式 不支持 图表组件&cpt组件中的图表 都不支持
*/
public static boolean supportTheme() {
return !duchampMode();
return !DesignModeContext.isDuchampMode();
}