graphviz-visual-editor icon indicating copy to clipboard operation
graphviz-visual-editor copied to clipboard

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

Results 62 graphviz-visual-editor issues
Sort by recently updated
recently updated
newest added

Graphviz allows the [arrowhead](https://www.graphviz.org/doc/info/attrs.html#d:arrowhead) and [arrowtail](https://www.graphviz.org/doc/info/attrs.html#d:arrowtail) attributes to specify an [arrowType](https://www.graphviz.org/doc/info/attrs.html#k:arrowType). #### Ideas: * It should be possible to select which type to use when drawing edges in the graph....

enhancement

Ideas: * Edit the text directly in the node shape and let the shape size adapt while editing. * Open a dialog where the text is edited and then inserted...

enhancement

In Firefox Responsive Design Mode it looks good, but on the real device it does not.

bug

One possible solution would be to render all subgraphs as clusters with [compound](https://www.graphviz.org/doc/info/attrs.html#d:compound) and draw the edges to and from the subgraphs using [lhead](https://www.graphviz.org/doc/info/attrs.html#d:lhead) and [ltail](https://www.graphviz.org/doc/info/attrs.html#d:ltail).

enhancement

I need to change the shape of an existing node. Hello, what method in which file to call? I need to know urgently

not an issue

E.g. this DOT source: ``` digraph { constructor } ``` causes this error in the console: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'push') at dot.js:87:40 at Array.forEach...

bug

...by dragging the edge between the two frames.

enhancement

### Steps to reproduce: 1. Set the transition duration to e.g. five seconds 2. Without waiting for the graph to transition, insert two nodes , e.g. by clicking the middle...

bug

Drawn edges are always inserted using `->`, which is incorrect for undirected graphs, where the edge operator should be `--`. This results in a syntax error indication in the text...

bug

I'm seeing errors in my dev console of the form: [Report Only] Refused to create a worker from 'blob:http://magjac.com/dc63c696-2997-4d9b-adc6-b218f78ac6e3' because it violates the following Content Security Policy directive: "worker-src 'none'"....