UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
d3-scale
/
src
/
cubehelix.js
5 lines
(3 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
import
{cubehelix}
from
"d3-color"
;
import
{interpolateCubehelixLong}
from
"d3-interpolate"
;
export
default
interpolateCubehelixLong
(
cubehelix
(
300
,
0.5
,
0.0
),
cubehelix
(-
240
,
0.5
,
1.0
));