We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edb7564 + 52529b6 commit d0c90e4Copy full SHA for d0c90e4
superset-frontend/plugins/plugin-chart-cartodiagram/src/util/transformPropsUtil.ts
@@ -426,7 +426,7 @@ export const reserveLabelColors = (
426
) => {
427
// Call color singleton to reserve label colors
428
// get needed control values from underlying chart config
429
- const { colorScheme = '', groupby, dateFormat } = formData;
+ const { colorScheme = '', groupby = [], dateFormat } = formData;
430
const colorFn = CategoricalColorNamespace.getScale(colorScheme as string);
431
const groupbyLabels = groupby.map(getColumnLabel);
432
Object.keys(dataByLocation).forEach(location => {
0 commit comments