mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
fix(Chart): restore filterState prop passed to ChartContainer
This commit is contained in:
@@ -775,6 +775,7 @@ const Chart = (props: ChartProps) => {
|
||||
emitCrossFilters={emitCrossFilters}
|
||||
onChartStateChange={handleChartStateChange}
|
||||
suppressLoadingSpinner={suppressLoadingSpinner}
|
||||
filterState={dataMask[props.id]?.filterState}
|
||||
/>
|
||||
</ChartWrapper>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user