source: node_modules/d3-scale-chromatic/src/sequential-single/Reds.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 "fee0d2fc9272de2d26",
6 "fee5d9fcae91fb6a4acb181d",
7 "fee5d9fcae91fb6a4ade2d26a50f15",
8 "fee5d9fcbba1fc9272fb6a4ade2d26a50f15",
9 "fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d",
10 "fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d",
11 "fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d"
12).map(colors);
13
14export default ramp(scheme);
Note: See TracBrowser for help on using the repository browser.