Skip to content
Snippets Groups Projects
Commit 80a7e39e authored by David Mendez's avatar David Mendez
Browse files

Continue implementing sunburst

parent da711013
No related branches found
No related tags found
1 merge request!17Add preliminary version of sunburst
import * as d3 from 'd3'
const getSunburstColorInterpolator = () => {
return d3.interpolateHcl('#113a70', '#95CEBD')
}
export default {
getSunburstColorInterpolator,
}
Subproject commit 13a0a6bee917ff0d8ac882afd4f33024575f0f64
Subproject commit c7988048f1387d3880e9f3d6b2d6398a605a24d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment