Magnus Jacobsson

Results 44 issues of Magnus Jacobsson

Graphviz allows the [dir](https://www.graphviz.org/doc/info/attrs.html#d:dir) attribute to specify a [dirType](https://www.graphviz.org/doc/info/attrs.html#k:dirType) for an edge. #### Ideas: * It should be possible to select the value of the *dir* attribute when drawing edges....

enhancement

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

The tooltips in [sofia.txt](https://github.com/mstefaniuk/graph-viz-d3-js/files/890010/sofia.txt) are not rendered. No "a xlink:title" for the tooltips are generated in the svg. This is the rendered html from http://graphviz.it: [Graphviz it! - fiddle with...

While developing/debugging, it would be nice to have shorter iterations that the one minute it takes to "grunt dist". I tried "grunt build" and used: ``` requirejs.config({ //By default load...

1. The correct way to initialize zooming is: ` renderer1.init({element: "#graph", zoom: {extent: [0.1, 10]}}); ` 2. No zoomFunc is returned. 3. getImage() has no zoomFunc parameter

I want to access the "transform" attribute of the second level g element in the svg, but it is not available immediately after calling renderer.render(). I tried to use the...

Sorry to trouble you with newbie questions all the time. Really appreciate your help. I get the above error message when testing this: **magjac-testing-graphviz-d3-renderer.html:** ``` magjac testing graphviz-d3-renderer ``` **main.js:**...