source: node_modules/d3-scale-chromatic/src/diverging/RdYlGn.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: 584 bytes
Line 
1import colors from "../colors.js";
2import ramp from "../ramp.js";
3
4export var scheme = new Array(3).concat(
5 "fc8d59ffffbf91cf60",
6 "d7191cfdae61a6d96a1a9641",
7 "d7191cfdae61ffffbfa6d96a1a9641",
8 "d73027fc8d59fee08bd9ef8b91cf601a9850",
9 "d73027fc8d59fee08bffffbfd9ef8b91cf601a9850",
10 "d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850",
11 "d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850",
12 "a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837",
13 "a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837"
14).map(colors);
15
16export default ramp(scheme);
Note: See TracBrowser for help on using the repository browser.