drivendataorg/erdantic

styling diagrams to become more UML-like

stefanseefeld opened this issue · 2 comments

Is it possible to fine-tune the diagram generation by passing edge and node attributes down to graphviz, to approximate UML class diagrams ?

jayqi commented

Hi @stefanseefeld,

Sorry for not having responded to this issue sooner. I'm open to allowing more customizability (see also discussion in #78). If you're still interested in this feature, can you please provide some examples of what you'd need to change for the edge and node attributes?

Hi @jayqi , thanks for following up !
I'm happy to hear that you are open to customizations. I want to be able to customize the node and edge attributes (color, shape, etc.), and so I'm looking for convenient ways to do that. I'll try to come up with a PR, then we can discuss details.