Skip to content

Commit c30edaf

Browse files
SBIN2010rusackasEnxDev
authored
feat: add tab select with save chart to dashboard (#36332)
Co-authored-by: Evan Rusackas <evan@preset.io> Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com>
1 parent 54f1985 commit c30edaf

File tree

4 files changed

+684
-8
lines changed

4 files changed

+684
-8
lines changed

superset-frontend/src/dashboard/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ export const DEFAULT_CROSS_FILTER_SCOPING: NativeFilterScope = {
4848
rootPath: [DASHBOARD_ROOT_ID],
4949
excluded: [],
5050
};
51+
52+
export const CHART_WIDTH = 4;
53+
export const CHART_HEIGHT = 50;

0 commit comments

Comments
 (0)