d3-process-map icon indicating copy to clipboard operation
d3-process-map copied to clipboard

Web application to illustrate the relationships between objects in a process using d3.js.

Results 9 d3-process-map issues
Sort by recently updated
recently updated
newest added

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.

question

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...

enhancement
question

Is there anything I can do that'll improve the performance of this for say 2000+ nodes?

enhancement
question

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...

enhancement

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...

enhancement

Something like this maybe: ``` js $(window).on('resize', function() { var graphWidth, graphHeight; // compute graphWidth, graphHeight graph.force.size([graphWidth, graphHeight]); graph.force.start(); }); ```

enhancement

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...

brainstorm

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...

enhancement

Bundle edges together using https://github.com/upphiminn/d3.ForceBundle for better visibility.

enhancement