dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.41k stars 1.81k forks source link

Zoomable Sunburst #1069

Open csymill26 opened 8 years ago

csymill26 commented 8 years ago

The sunburst is an awesome graph.

Thanks!

I commented in a previous issue (https://github.com/dc-js/dc.js/issues/781), but after no replies for 2 days, I figured I'd create a new one.

gordonwoodhull commented 8 years ago

Hi @csymill26, the sunburst hasn't yet been included in dc.js - I guess you are using the code in the PR #907? I'm going to move this comment there and close this. We will have to verify these things before we merge.

Thanks for the report!

gordonwoodhull commented 5 years ago

This did not get implemented before the feature was merged.

Probably not too hard, but I think right now there are no in-out transitions, only resizing of slices within their rings.

Reopening

Frozenlock commented 5 years ago

What kind of zoom are we talking about? Like a picture pan/zoom, or more like this?

gordonwoodhull commented 5 years ago

Right, or here's the canonical one from Mike: https://beta.observablehq.com/@mbostock/d3-zoomable-sunburst

I clarified the title & text a little bit - looks like innerRadius does work, but we don't have zooming or a way to control the spacing between rings (or the width of the rings).