Can graphviz-visual-editor accept images?
dragonauta opened this issue · 2 comments
dragonauta commented
Using dot files, you can add
imgnode[image="apple-touch-icon.png", label=""];
to show a png.
Has graphviz-visual-editor this ability?
magjac commented
Sorry, no it hasn't. But I guess it could be implemented through d3-graphviz addImage().
dragonauta commented
No problem. Kudos. graphviz-visual-editor is a great tool and I can build my dot graph file and then replace nodes with desired images. An extra step, but results are just great.