You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphviz supports HTML in labels, but needs to be escaped with < and > instead of quotes.
I suggest extending the DotEscapers helper class in order to support html like labels and adding a property to the GraphvizVertex class named something like "IsHtmlLabel" to enable the feature
The text was updated successfully, but these errors were encountered:
@ExusAltimus I prepared a branch for the feature. You can have a look at the html_label_graphviz branch, and feel free to give me feedback.
Then I will plan to merge it to the master branch.
Quick and useful feature request
https://www.graphviz.org/doc/info/shapes.html#html
https://www.graphviz.org/pdf/dotguide.pdf
Graphviz supports HTML in labels, but needs to be escaped with < and > instead of quotes.
I suggest extending the DotEscapers helper class in order to support html like labels and adding a property to the GraphvizVertex class named something like "IsHtmlLabel" to enable the feature
The text was updated successfully, but these errors were encountered: