Closed diwakergupta closed 3 months ago
The MermaidGraph implementation currently iterates over nodes, but does not factor-in subgraphs, unlike the dot implementation
MermaidGraph
Would be awesome if subgraphs were supported in MermaidGraph as well!
try out https://github.com/emicklei/dot/commit/95cd1ec05142389c72ea2522e6064426eeee90d2
Seems to work in my basic testing, thanks for the fast turnaround!
The
MermaidGraph
implementation currently iterates over nodes, but does not factor-in subgraphs, unlike the dot implementationWould be awesome if subgraphs were supported in MermaidGraph as well!