diff --git a/visualisations/standardisation/Colors.js b/visualisations/standardisation/Colors.js new file mode 100644 index 0000000000000000000000000000000000000000..31593b9038b22cd70aa17cfdca44f47f2397e425 --- /dev/null +++ b/visualisations/standardisation/Colors.js @@ -0,0 +1,9 @@ +import * as d3 from 'd3' + +const getSunburstColorInterpolator = () => { + return d3.interpolateHcl('#113a70', '#95CEBD') +} + +export default { + getSunburstColorInterpolator, +} diff --git a/web-components-submodule b/web-components-submodule index 13a0a6bee917ff0d8ac882afd4f33024575f0f64..c7988048f1387d3880e9f3d6b2d6398a605a24d4 160000 --- a/web-components-submodule +++ b/web-components-submodule @@ -1 +1 @@ -Subproject commit 13a0a6bee917ff0d8ac882afd4f33024575f0f64 +Subproject commit c7988048f1387d3880e9f3d6b2d6398a605a24d4