mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat(Chart): Save Chart State globally (#35343)
This commit is contained in:
@@ -469,7 +469,7 @@ const transformProps = (
|
||||
queriesData = [],
|
||||
ownState: serverPaginationData,
|
||||
filterState,
|
||||
hooks: { setDataMask = () => {} },
|
||||
hooks: { setDataMask = () => {}, onChartStateChange },
|
||||
emitCrossFilters,
|
||||
theme,
|
||||
} = chartProps;
|
||||
@@ -737,6 +737,8 @@ const transformProps = (
|
||||
basicColorColumnFormatters,
|
||||
basicColorFormatters,
|
||||
formData,
|
||||
chartState: serverPaginationData?.chartState,
|
||||
onChartStateChange,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user