in reply to Visualizing a dependency graph in a web page

Wish jsgraphviz -> https://graphviz.org/about/ viz.js - graphviz built with emscripten for use on the web and in node.js http://viz-js.com very good
  • Comment on Re: Visualizing a dependency graph in a web page

Replies are listed 'Best First'.
Re^2: Visualizing a dependency graph in a web page
by LanX (Saint) on Apr 02, 2022 at 10:37 UTC
      For the records, this is an decent solution for the case described in the OP

      http://viz-js.com

      # http://www.graphviz.org/content/cluster digraph G { node [shape=box] { rank = same j4; j3; } j1 -> j4; j2 -> j4; j2 -> j5; j7 -> j5; j3 -> j6; j4 -> j6; j5 -> j6 }

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery