airbnb / visx

🐯 visx | visualization components
https://airbnb.io/visx
MIT License
19.52k stars 715 forks source link

Support Sankey layout #190

Closed techniq closed 1 week ago

techniq commented 7 years ago

Examples

techniq commented 6 years ago

Beginning support / example: https://codesandbox.io/s/njvoqwj24

Based on d3-sankey-circular, although d3-sankey-diagram had some nice features

techniq commented 6 years ago

Been tracking the progress of d3-sankey-circular in hopes to only use it for both circular and non-circular sankey layouts, but just logged an issue regarding handling of nodePadding and general layout.

geekplux commented 6 years ago

Hi, how's going about this issue? Maybe I can provide some help if needed, because I'm familiar the d3-sankey API. 😆

BTW, I think sankey diagram designed for flow data, and flow data generally is non-circular. 👀

MichaelBurgess commented 3 years ago

Is there any plan to include this? We really like the look of this library but we really need a sankey diagram.

williaster commented 3 years ago

I don't currently have the bandwidth to add this, but would happily review a PR / help someone add a new @visx/sankey package if there is interest/initiative.

andreyvital commented 1 year ago

Any thoughts/plans on this? 🤔

mswilliamson commented 1 year ago

Would also love to know if there's been an update on this

williaster commented 1 year ago

Again happy to review a PR if someone wants to add in @visx/sankey based on d3-sankey

misterbit-pro commented 3 months ago

Hello, is there a ATO for this or is it currently not sheduled at all?

WillMonty commented 2 weeks ago

Any updates on this? Looks like this recent feature PR accomplishes this issue's needs and just needs review.

williaster commented 1 week ago

closed by https://github.com/airbnb/visx/pull/1880