d3.layout.orbit
d3.layout.orbit copied to clipboard
An animated hierarchical layout for d3.js that creates orbits from nested data
Results
2
d3.layout.orbit issues
Sort by
recently updated
recently updated
newest added
How to use `import` so that d3.layout.orbit is accessible? ``` import * as d3 from 'd3'; import 'd3-layout-orbit'; // Null console.assert(d3.layout.orbit) ```
AFAICT, it isn't currently possible to set the size of the first orbit —[line 192](https://github.com/emeeks/d3.layout.orbit/blob/master/d3.layout.orbit.js#L192) sets its radius to half the total size of the container. How would an API...
question