magjac / d3-graphviz

Graphviz DOT rendering and animated transitions using D3
BSD 3-Clause "New" or "Revised" License
1.67k stars 103 forks source link

Render transitive reduction filter directed graph #299

Open albertorizzi opened 6 months ago

albertorizzi commented 6 months ago

Hello, I'm using d3-graphviz for rendering a diagram. I would create the graph with transitive reduction filter. But is it possible or not? If yes, can I execute it directly in d3-graphviz?

Thank you very much

magjac commented 6 months ago

Since this library is based in https://github.com/hpcc-systems/hpcc-js-wasm, a prerequisite would be that https://github.com/hpcc-systems/hpcc-js-wasm/issues/210 is implemented, but I would have to revisit this if and once that's in place to say if d3-graphviz could support it too. I think it would be a great addition though so thanks for the suggestion.

albertorizzi commented 6 months ago

Thank you very much @magjac, we wait them for accepting pull request! 🍀