d3-dag
d3-dag copied to clipboard
Layout algorithms for visualizing directed acyclic graphs
(I think of this as an umbrella issue to discuss what modifications to d3-dag might be useful; from which other issues can be spun off as we decide what's actually...
Hi, I'm not sure if this question makes sense for this type of project, but do you have plans to plug in external layout algorithms like kieler/elkjs? I've previously moved...
Hi, I think there may be a bug in linking within the docs for Sugiyama layering operators. [The page for `LayeringOperator`](https://erikbrinkman.github.io/d3-dag/interfaces/sugiyama_layering.LayeringOperator.html) has possible inconsistencies with its links. The hierarchy section...
Since DAG is a kind of mix definition of layouted DAG and pure DAG définition. I suggest to export the following type gard: ```ts type DagLayoutedNode = DagNode & {...
Erik: I'm going to go into more detail on this in the "improve for interactivity" issue, but one of my anticipated workflows using d3-dag is starting with a large, complex...
Inspired from #68, there should be a flag to sugiyama that times each individual step to determine what's causing a slow run. Potentially just logging to the console. Potentially debug...
Do you plan to add support for nodes clustering ?
Please provide solution for above issue when using the CodePen example provided by the developer https://codepen.io/brinkbot/pen/oNZJXqK here with a large data set of 1000 plus nodes. PS Note: We have...
Hi @erikbrinkman, I am right now trying to migrate [js_family_tree](https://github.com/BenPortner/js_family_tree ) from d3-dag v.0.3.4 to the newest version. One problem I'm encountering is that `DagNode` does not appear as a...
Hello there, I am exploring the capabilities of the d3-dag library, and I am particularly interested in understanding whether it is possible to leverage the Sugiyama algorithm to create a...