I'm looking to create a flowchart with swimlanes. Based on everything I'm seeing, this doesn't seem like D3 is a good option for creating something like the image below:
Others have had similar issues, Can I create a flow chart (no tree chart) using D3.js
I was wondering if it would be possible to LAYER 2 D3 charts on top of one another, and basically through some trickery make rows and nodes appear/disappear. I know that there's a way to make the force layout static. Or, if this seems too complicated for D3 to handle alone, of there was an open source library that would get me closer.
Other libraries (that you have to pay for) accomplish what I would like: https://www.yworks.com/ https://gojs.net/latest/index.html
But I would like use an open-source library, if possible.