diff --git a/superset-frontend/src/components/Chart/Chart.tsx b/superset-frontend/src/components/Chart/Chart.tsx index 1b35c9df099..5a52ed22a0b 100644 --- a/superset-frontend/src/components/Chart/Chart.tsx +++ b/superset-frontend/src/components/Chart/Chart.tsx @@ -27,6 +27,7 @@ import { SqlaFormData, ClientErrorObject, DataRecordFilters, + type FilterState, type JsonObject, type AgGridChartState, } from '@superset-ui/core'; @@ -90,6 +91,7 @@ export interface ChartProps { onChartStateChange?: (chartState: AgGridChartState) => void; /** Whether to suppress the loading spinner (during auto-refresh) */ suppressLoadingSpinner?: boolean; + filterState?: FilterState; } export type Actions = {