mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(ag-grid): fix conditional formatting theme colors and module extensibility (#35605)
This commit is contained in:
committed by
GitHub
parent
79918a7939
commit
5e4a80e5d0
@@ -469,6 +469,7 @@ const transformProps = (
|
||||
onContextMenu,
|
||||
},
|
||||
emitCrossFilters,
|
||||
theme,
|
||||
} = chartProps;
|
||||
|
||||
const formData = merge(
|
||||
@@ -682,7 +683,7 @@ const transformProps = (
|
||||
const basicColorFormatters =
|
||||
comparisonColorEnabled && getBasicColorFormatter(baseQuery?.data, columns);
|
||||
const columnColorFormatters =
|
||||
getColorFormatters(conditionalFormatting, passedData) ??
|
||||
getColorFormatters(conditionalFormatting, passedData, theme) ??
|
||||
defaultColorFormatters;
|
||||
|
||||
const basicColorColumnFormatters = getBasicColorFormatterForColumn(
|
||||
|
||||
Reference in New Issue
Block a user