Skip to content

Commit

Permalink
Color blind palette (#54918)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabetdev authored Jan 15, 2020
1 parent 297aa7b commit ed3c899
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions x-pack/legacy/plugins/maps/public/layers/styles/color_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,36 +97,6 @@ const COLOR_PALETTES_CONFIGS = [
id: 'palette_0',
colors: DEFAULT_FILL_COLORS.slice(0, COLOR_PALETTE_MAX_SIZE),
},
{
id: 'palette_1',
colors: [
'#a6cee3',
'#1f78b4',
'#b2df8a',
'#33a02c',
'#fb9a99',
'#e31a1c',
'#fdbf6f',
'#ff7f00',
'#cab2d6',
'#6a3d9a',
],
},
{
id: 'palette_2',
colors: [
'#8dd3c7',
'#ffffb3',
'#bebada',
'#fb8072',
'#80b1d3',
'#fdb462',
'#b3de69',
'#fccde5',
'#d9d9d9',
'#bc80bd',
],
},
];

export function getColorPalette(paletteId) {
Expand Down

0 comments on commit ed3c899

Please sign in to comment.