mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
[country_map] use Albers USA projection (#3946)
* [country_map] use Albers USA projection * Minor touchups * Adding color scheme
This commit is contained in:
committed by
GitHub
parent
1ce14df43d
commit
16ab696d7c
@@ -228,6 +228,7 @@ export const controls = {
|
||||
['white_black', 'white/black'],
|
||||
['black_white', 'black/white'],
|
||||
['dark_blue', 'light/dark blue'],
|
||||
['pink_grey', 'pink/white/grey'],
|
||||
],
|
||||
default: 'blue_white_yellow',
|
||||
clearable: false,
|
||||
|
||||
@@ -993,8 +993,9 @@ export const visTypes = {
|
||||
},
|
||||
{
|
||||
label: t('Options'),
|
||||
expanded: true,
|
||||
controlSetRows: [
|
||||
['select_country'],
|
||||
['select_country', 'number_format'],
|
||||
['linear_color_scheme'],
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user