d3-process-map
d3-process-map copied to clipboard
Web application to illustrate the relationships between objects in a process using d3.js.
Hi Nylen, this is wonderfully written code. I was wondering if we could integrate this with an R shiny app or even a normal r2d3 to begin with.
Thanks for your contribution on this amazing project. I wanted to generate a figure with multiple kind of relationships. Do you already have a solution on it? If not, is...
Is there anything I can do that'll improve the performance of this for say 2000+ nodes?
Is there a D3JS V4 version of this available? I am trying to update the script, but having difficulty getting through all the points that require changes. Some changes appear...
Hey Nylen, Firstly, I have to say, you have done an excellent job with the process map. Totally love it! I wanted to use the process map, but I also...
Something like this maybe: ``` js $(window).on('resize', function() { var graphWidth, graphHeight; // compute graphWidth, graphHeight graph.force.size([graphWidth, graphHeight]); graph.force.start(); }); ```
Right now the code highlights immediate parent and child nodes when you hover or click a node. A couple of people have asked about making this behavior configurable (e.g. highlight...
Is it possible to show a connection from a vertex to vertex itself? I want to display an ontology and I will use the d3-process-map. But now you cannot connect...
Bundle edges together using https://github.com/upphiminn/d3.ForceBundle for better visibility.