mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: improve color consistency (save all labels) (#19038)
This commit is contained in:
@@ -30,6 +30,7 @@ export default function transformProps(chartProps) {
|
||||
partitionThreshold,
|
||||
richTooltip,
|
||||
timeSeriesOption,
|
||||
sliceId,
|
||||
} = formData;
|
||||
const { verboseMap } = datasource;
|
||||
|
||||
@@ -48,5 +49,6 @@ export default function transformProps(chartProps) {
|
||||
timeSeriesOption,
|
||||
useLogScale: logScale,
|
||||
useRichTooltip: richTooltip,
|
||||
sliceId,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user