From f1285997f5469edb197174692229e5fa046ac2a1 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Sun, 12 Jan 2020 22:35:35 -0500 Subject: [PATCH] fix text --- .../styles/vector/components/color/color_stops_categorical.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/color/color_stops_categorical.js b/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/color/color_stops_categorical.js index d15157852270d..aff3a7f0d03db 100644 --- a/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/color/color_stops_categorical.js +++ b/x-pack/legacy/plugins/maps/public/layers/styles/vector/components/color/color_stops_categorical.js @@ -105,8 +105,8 @@ export const ColorStopsCategorical = ({ ColorStopsCategorical.propTypes = { /** * Array of { stop, color }. - * Stops are numbers in strictly ascending order. - * The range is from the given stop number (inclusive) to the next stop number (exclusive). + * Stops are any strings + * Stops cannot include duplicates * Colors are color hex strings (3 or 6 character). */ colorStops: PropTypes.arrayOf(