fix(world-map): remove categorical color option (#19781)

This commit is contained in:
serenajiang
2022-04-20 09:36:28 -07:00
committed by GitHub
parent fcc8080ff3
commit 5e468f7a4c
3 changed files with 8 additions and 32 deletions

View File

@@ -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'),
},