mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
fix(world-map): remove categorical color option (#19781)
This commit is contained in:
@@ -106,7 +106,6 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
],
|
||||
['color_picker'],
|
||||
['color_scheme'],
|
||||
['linear_color_scheme'],
|
||||
],
|
||||
},
|
||||
@@ -127,9 +126,6 @@ const config: ControlPanelConfig = {
|
||||
color_picker: {
|
||||
label: t('Bubble Color'),
|
||||
},
|
||||
color_scheme: {
|
||||
label: t('Categorical Color Scheme'),
|
||||
},
|
||||
linear_color_scheme: {
|
||||
label: t('Country Color Scheme'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user