Skip to content

Commit 80753e5

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

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)