Make sure these boxes are checked before submitting your issue - thank you!
0.29.0rc7
How to add custom color scheme in this dropdown
You can use superset-ui/color or write custom color map like categoricalSchemeRegistrycolor_scheme: {
type: 'ColorSchemeControl',
label: t('Color Scheme'),
default: 'bnbColors',
renderTrigger: true,
choices: () => categoricalSchemeRegistry.keys().map(s => ([s, s])),
description: t('The color scheme for rendering chart'),
schemes: () => categoricalSchemeRegistry.getMap(),
},
You can use superset-ui/color or write custom color map like categoricalSchemeRegistry
color_scheme: { type: 'ColorSchemeControl', label: t('Color Scheme'), default: 'bnbColors', renderTrigger: true, choices: () => categoricalSchemeRegistry.keys().map(s => ([s, s])), description: t('The color scheme for rendering chart'), schemes: () => categoricalSchemeRegistry.getMap(), },
thank you. I am new superset, this is not clear to me , can you some brief explanation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
thank you. I am new superset, this is not clear to me , can you some brief explanation