mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(ag-grid-table): Enable Time Shift feature for AG Grid Table (#37072)
This commit is contained in:
@@ -120,6 +120,12 @@ const buildQuery: BuildQuery<TableChartFormData> = (
|
||||
}
|
||||
}
|
||||
|
||||
// Dashboard filter override - allows dashboard-level time shifts to OVERRIDE
|
||||
// chart-level time shift settings (from PRs #33947 and #34014)
|
||||
if (extra_form_data?.time_compare) {
|
||||
timeOffsets = [extra_form_data.time_compare];
|
||||
}
|
||||
|
||||
let temporalColumnAdded = false;
|
||||
let temporalColumn = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user