From 67e69181759e7e7b1352577775fddc6e8da517af Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Fri, 29 Mar 2019 00:43:11 -0700 Subject: Allocate extra color --- src/demo-component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demo-component.js b/src/demo-component.js index ee83d83..c1699bb 100644 --- a/src/demo-component.js +++ b/src/demo-component.js @@ -4,14 +4,14 @@ import colormap from 'colormap' const mainRange = colormap({ colormap: 'autumn', - nshades: 10, + nshades: 11, format: 'hex', alpha: 1 }) const backgroundRange = colormap({ colormap: 'winter', - nshades: 10, + nshades: 11, format: 'hex', alpha: 1 }) -- cgit v1.2.3