magjac / d3-graphviz

Graphviz DOT rendering and animated transitions using D3
BSD 3-Clause "New" or "Revised" License
1.69k stars 103 forks source link

What would it take to draw my own Nodes? #226

Closed Vithanco closed 2 years ago

Vithanco commented 2 years ago

I only found this library recently. It looks absolutely great and as it does most things I want to do.

But I stumbled about this comment from readme.md: NOTE: User-defined shapes are not supported.

What would it take to take over node drawing? I would like to create notes that look like this: image

One way could be to add this style to Graphviz itself - and I might need to look into this. But what would be other possibilities? Any high level ideas? (If my question isn't too crazy).

Many thanks in advance!

magjac commented 2 years ago

Sorry for the delay and thanks for your interest.

I noted that you got some answers already at https://forum.graphviz.org/t/how-to-create-a-new-node-type/1096.