source: node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.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: 188 bytes
Line 
1import {cubehelix} from "d3-color";
2import {interpolateCubehelixLong} from "d3-interpolate";
3
4export default interpolateCubehelixLong(cubehelix(300, 0.5, 0.0), cubehelix(-240, 0.5, 1.0));
Note: See TracBrowser for help on using the repository browser.