mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: add dashboard page full xlsx export (#24287)
Co-authored-by: Vitali Logvin <vitali.logvin@noogadev.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export const LOG_ACTIONS_EXPLORE_DASHBOARD_CHART = 'explore_dashboard_chart';
|
||||
export const LOG_ACTIONS_EXPORT_CSV_DASHBOARD_CHART =
|
||||
'export_csv_dashboard_chart';
|
||||
export const LOG_ACTIONS_EXPORT_XLSX_DASHBOARD_CHART =
|
||||
'export_csv_dashboard_chart';
|
||||
'export_xlsx_dashboard_chart';
|
||||
export const LOG_ACTIONS_CHANGE_DASHBOARD_FILTER = 'change_dashboard_filter';
|
||||
export const LOG_ACTIONS_DATASET_CREATION_EMPTY_CANCELLATION =
|
||||
'dataset_creation_empty_cancellation';
|
||||
|
||||
Reference in New Issue
Block a user