Hi all,
I am trying to create a simple Graphviz/dot diagram with hyperlinks using the PlantUML macro in Confluence. For example something like this:
{plantuml:dot}
digraph g {
A [URL="http://www.google.com"]
A -> B
}
{plantuml}
This gets rendered correctly but there is no hyperlink for node A.
I am using Confluence version 6.3.2 (hosted on site) and
{plantuml}
version
{plantuml}
reports:
PlantUML version 1.20.18.01 (Sun Jan 28 18:08:22 GMT 2018)
The environment variable GRAPHVIZ_DOT has not been set.
Dot executable is c:\Program Files (x86)\Graphviz2.38\bin\dot.exe
Dot version: dot - graphviz version 2.38.0 (20140413.2041)
Installation seems OK. File generation OK
Thank you for your attention.
Nicolas Beney