Closed tirix closed 3 weeks ago
This adds hyperlinks to graph generation. The URL property of the graphs is parsed and stored, and rendered as an additional <a> SVG element. This is visible in the rendering of the 3.dot and hyperlink.dot examples.
URL
<a>
3.dot
hyperlink.dot
This PR has conflicts with the recent changes that landed. Please rebase and format. Overall the change looks pretty good.
This adds hyperlinks to graph generation. The
URL
property of the graphs is parsed and stored, and rendered as an additional<a>
SVG element. This is visible in the rendering of the3.dot
andhyperlink.dot
examples.