Fix up the Lyft color scheme (#4684)

Previous color scheme had too few colors, some with light tones
and wasn't hooked up to the array.
This commit is contained in:
Maxime Beauchemin 2018-03-26 09:33:45 -07:00 committed by GitHub
parent 9abc5c724f
commit 097a37a1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,16 @@ export const bnbColors = [
];
export const lyftColors = [
'#ff00bf', // pink
'#352384', // purple
'#333447', // carbon
'#f3f3f5', // silver
'#EA0B8C',
'#6C838E',
'#29ABE2',
'#33D9C1',
'#9DACB9',
'#7560AA',
'#2D5584',
'#831C4A',
'#333D47',
'#AC2077',
];
const d3Category10 = d3.scale.category10().range();
@ -81,6 +87,7 @@ export const ALL_COLOR_SCHEMES = {
d3Category20c,
googleCategory10c,
googleCategory20c,
lyftColors,
};
export const spectrums = {