-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output to html, to make clickable images? #604
Comments
Have a look at #389 (comment) Also, just try and set the |
We can do this with graphiviz for sure. Here is an example page: https://anilkulkarni87.github.io/treasure-data-digdag-graph/graphs/project1/workflow1.html |
It may be easy to add an href attr to Node and use it when transforming to .dot to generate the diagram. |
This allows in example adding hyperlinks to C4 diagrams, as requested on mingrammer#604. This also allows further customization for those elements.
@seanw2020 Although html is not an accepted format, this example makes clickable images you can embed on an HTML document:
Maybe this issue should be closed. |
This allows in example adding hyperlinks to C4 diagrams, as requested on mingrammer#604. This also allows further customization for those elements.
This allows in example adding hyperlinks to C4 diagrams, as requested on mingrammer#604. This also allows further customization for those elements.
This allows in example adding hyperlinks to C4 diagrams, as requested on #604. This also allows further customization for those elements.
This allows in example adding hyperlinks to C4 diagrams, as requested on mingrammer#604. This also allows further customization for those elements.
Is it possible to output to html? That way, you could click on a node, for example, which is a link to a GitHub documentation page.
The diagrams documentation says:
And I see that graphviz allows URL in SVG where they provide an example. Separately, this example shows a graphviz-centered approach.
Thoughts?
The text was updated successfully, but these errors were encountered: