Is there a way to make a Platuml diagram interactive? If someone clicks on a specific node, it will highlight the upstream/downstream nodes and greys out the remaining nodes?
I am looking for something similar to Graphviz Interactive Preview.
I think this has been implemented in the mean time by means of:
!pragma svginteractive true
see https://github.com/plantuml/plantuml/pull/930
(--------)