From ed3c8991dbbf7ecdf5b079ca40c8c24266216833 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Wed, 15 Jan 2020 18:55:33 +0000 Subject: [PATCH] Color blind palette (#54918) --- .../maps/public/layers/styles/color_utils.js | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/x-pack/legacy/plugins/maps/public/layers/styles/color_utils.js b/x-pack/legacy/plugins/maps/public/layers/styles/color_utils.js index cc840d552e659..8ba39fc7bbe26 100644 --- a/x-pack/legacy/plugins/maps/public/layers/styles/color_utils.js +++ b/x-pack/legacy/plugins/maps/public/layers/styles/color_utils.js @@ -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) {