magjac / graphviz-visual-editor

A web application for interactive visual editing of Graphviz graphs described in the DOT language.

Home Page:http://magjac.com/graphviz-visual-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can graphviz-visual-editor accept images?

dragonauta opened this issue · comments

Using dot files, you can add

imgnode[image="apple-touch-icon.png", label=""];

to show a png.
Has graphviz-visual-editor this ability?

Sorry, no it hasn't. But I guess it could be implemented through d3-graphviz addImage().

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.