[country_map] use Albers USA projection (#3946)

* [country_map] use Albers USA projection

* Minor touchups

* Adding color scheme
This commit is contained in:
Maxime Beauchemin
2017-11-30 14:09:53 -08:00
committed by GitHub
parent 1ce14df43d
commit 16ab696d7c
5 changed files with 68 additions and 56 deletions

View File

@@ -101,6 +101,11 @@ export const spectrums = {
'#1B4150',
'#092935',
],
pink_grey: [
'#E70B81',
'#FAFAFA',
'#666666',
],
};
/**