UNPKG

d2-ui

Version:
10 lines (8 loc) 287 B
import linear from "./linear"; import {cubehelix} from "d3-color"; import {interpolateCubehelixLong} from "d3-interpolate"; export default function() { return linear() .interpolate(interpolateCubehelixLong) .range([cubehelix(300, 0.5, 0.0), cubehelix(-240, 0.5, 1.0)]); }