source: node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.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 "edf8b17fcdbb2c7fb8",
6 "ffffcca1dab441b6c4225ea8",
7 "ffffcca1dab441b6c42c7fb8253494",
8 "ffffccc7e9b47fcdbb41b6c42c7fb8253494",
9 "ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84",
10 "ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84",
11 "ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58"
12).map(colors);
13
14export default ramp(scheme);
Note: See TracBrowser for help on using the repository browser.