source: node_modules/d3-scale-chromatic/src/sequential-single/Greens.js

Last change on this file was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 446 bytes
Line 
1import colors from "../colors.js";
2import ramp from "../ramp.js";
3
4export var scheme = new Array(3).concat(
5 "e5f5e0a1d99b31a354",
6 "edf8e9bae4b374c476238b45",
7 "edf8e9bae4b374c47631a354006d2c",
8 "edf8e9c7e9c0a1d99b74c47631a354006d2c",
9 "edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32",
10 "f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32",
11 "f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b"
12).map(colors);
13
14export default ramp(scheme);
Note: See TracBrowser for help on using the repository browser.