You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step, I'm leaving all the existing stack infrastructure (layer objects) in place, transforming the data on input to d3v4 stack, and reading it back out into the layer objects after layout is done.
This works fine and doesn't break any tests. At first glance, it looks like streamgraphs do work out of the box, although they would need dots & lines at the bottom as well:
Unclear to me if there is any benefit to moving closer to the d3v4 paradigm on this - since it doesn't have any stack/layer objects, that would be a big change.
It's a significantly different API but it provides the same or better functionality.
https://github.com/d3/d3-shape/blob/master/README.md#stack
https://github.com/d3/d3/blob/master/CHANGES.md#shapes-d3-shape
The text was updated successfully, but these errors were encountered: