diff options
Diffstat (limited to 'src/demo-component.js')
-rw-r--r-- | src/demo-component.js | 4 |
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 }) |