Index: node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js
===================================================================
--- node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
+++ node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
@@ -0,0 +1,4 @@
+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));
