SwiftDocOrg / GraphViz

A Swift package for working with GraphViz
MIT License
291 stars 32 forks source link

Support for edge labels #27

Open kabiroberai opened 3 years ago

kabiroberai commented 3 years ago

Perhaps I'm missing something, but is there a specific reason why there's no Edge.Attribute.label property? The closest that I can see is exteriorLabel (= xlabel), however from my testing this appears to behave differently from label.

If the addition of label on Edge would be a welcome change, I'd be happy to submit a small PR to add it.