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
I still think we should add an option to change the default graph id nevertheless, so I've added a new ticket for the upcoming graphviz repo: graphp/graphviz#3.
When generating a Graph its name always is 'G' (in svg output it's the title sometimes showed as a web browser tooltip)
The code https://github.com/clue/graph/blob/master/lib/Fhaculty/Graph/GraphViz.php#L285
could render a proper ID as defined in http://www.graphviz.org/content/dot-language
Trouble is where to set its name as this has no relation to the graph layout.
Ie adding a label layout attribute like
adds a label to the output.
Can we do better?
Relates to #84 + #40
The text was updated successfully, but these errors were encountered: