boxwise / boxtribute

The code base for Boxtribute 2.0, a humanitarian aid web application making it easy to source, store and distribute goods to people in need in a fair and dignified way
https://www.boxtribute.org/
Apache License 2.0
33 stars 11 forks source link

[4th viz] FE create / adapt viz component #911

Closed seinig closed 1 month ago

aerinsol commented 1 year ago

Agreed on 2023/9/4 that this should be a Sankey diagram of where items flow to in HERMINE.

@MaikNeubert, I already took some time to take a look at this some weeks ago, and there is no direct VisX support for Sankey diagrams. However there is quite a lot of interest in the topic and you might be able to get some help / PR review support in the department from the open source community.

Some nice starting points I found: https://github.com/airbnb/visx/issues/190 https://codesandbox.io/s/visx-sankey-chart-poc-forked-mz4f7 https://visx-rodeo.netlify.app/#sankey (click "repo" to see code)

We will still need to talk about the actual requirements, but I hope this is a helpful starting point.

aerinsol commented 1 year ago

Image

I used Sankeymatic (see source code here to build this mockup for IHA. It seems very useable and intuitive, and is also based off of D3. Maybe it will be useful.