mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
feat: improve color consistency (save all labels) (#19038)
This commit is contained in:
@@ -43,6 +43,7 @@ export default function transformProps(chartProps: ChartProps): WordCloudProps {
|
||||
series,
|
||||
sizeFrom = 0,
|
||||
sizeTo,
|
||||
sliceId,
|
||||
} = formData as LegacyWordCloudFormData;
|
||||
|
||||
const metricLabel = getMetricLabel(metric);
|
||||
@@ -77,5 +78,6 @@ export default function transformProps(chartProps: ChartProps): WordCloudProps {
|
||||
height,
|
||||
rotation,
|
||||
width,
|
||||
sliceId,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user