mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
feat: improve color consistency (save all labels) (#19038)
This commit is contained in:
@@ -27,6 +27,7 @@ export default function transformProps(chartProps) {
|
||||
xAxisLabel,
|
||||
yAxisLabel,
|
||||
showLegend,
|
||||
sliceId,
|
||||
} = formData;
|
||||
|
||||
return {
|
||||
@@ -41,5 +42,6 @@ export default function transformProps(chartProps) {
|
||||
xAxisLabel,
|
||||
yAxisLabel,
|
||||
showLegend,
|
||||
sliceId,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user