mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
feat(数据大屏、仪表板): 预览时,增加放大、导出按钮等#9673
This commit is contained in:
@@ -217,6 +217,10 @@ export function historyAdaptor(
|
||||
//历史字段适配
|
||||
canvasStyleResult.component['seniorStyleSetting'] =
|
||||
canvasStyleResult.component['seniorStyleSetting'] || deepCopy(SENIOR_STYLE_SETTING_LIGHT)
|
||||
canvasStyleResult['suspensionButtonAvailable'] =
|
||||
canvasStyleResult['suspensionButtonAvailable'] === undefined
|
||||
? false
|
||||
: canvasStyleResult['suspensionButtonAvailable']
|
||||
canvasStyleResult['screenAdaptor'] = canvasStyleResult['screenAdaptor'] || 'widthFirst'
|
||||
canvasStyleResult['refreshBrowserEnable'] =
|
||||
canvasStyleResult['refreshBrowserEnable'] === undefined
|
||||
|
||||
Reference in New Issue
Block a user