summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-29 00:43:11 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-29 00:43:11 -0700
commit67e69181759e7e7b1352577775fddc6e8da517af (patch)
tree25793db23943f02bf2ea29bff20b95d1e1a42604
parent078c1fefb55463bce5020f1779b2111c6bc3a5ef (diff)
Allocate extra color
-rw-r--r--src/demo-component.js4
1 files changed, 2 insertions, 2 deletions
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
})