source: node_modules/d3-scale-chromatic/src/sequential-single/Greys.js@ e4c61dd

Last change on this file since e4c61dd 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 "f0f0f0bdbdbd636363",
6 "f7f7f7cccccc969696525252",
7 "f7f7f7cccccc969696636363252525",
8 "f7f7f7d9d9d9bdbdbd969696636363252525",
9 "f7f7f7d9d9d9bdbdbd969696737373525252252525",
10 "fffffff0f0f0d9d9d9bdbdbd969696737373525252252525",
11 "fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000"
12).map(colors);
13
14export default ramp(scheme);
Note: See TracBrowser for help on using the repository browser.