NPashaP / Viz

BSD 3-Clause "New" or "Revised" License
106 stars 39 forks source link

Is it possible to add multiple layers of bars as an extension of biPartite graph, similar to Sankey chart? #23

Open ZhengRui opened 6 years ago

ZhengRui commented 6 years ago

The bipartite graph is really beautiful, unfortunately it can't fit my use case. I wish 1. being able to add multiple levers of bars, 2. currently bar height's calculation is under assumption of flow conservation, sometimes the flow conservation may not hold as in my case, I'd like to have the option to define bar height (similar to node weight) independently rather than inferred as sum of inputs or outputs, 3. when mouseover on a bar part, is it possible to just highlight related links, and don't focus related bar parts and re-scale those parts. Just wanna know if these things are in your roadmap?