-
Right now Dagre aligns things in the middle(?). Is it possible to change it so it aligned things from the top?
Eg: see http://www.gojs.net/latest/samples/tLayout.html, select alignment to "start" ins…
coli updated
10 years ago
-
-
d3.select from example is undefined
-
Hello,
Using the dagreD3 renderer to produce an SVG of a parsed digraph in DOT, dagreD3 will try to set the SVG Marker element attribute 'markerUnits' to 'strokewidth'. According to SVG 1.1, d3 expec…
-
Hi, I cannot disable dragging or zooming,
I've tried to use the "on" events as suggested on d3 documentation, but it has no effect here:
```
renderer.run(g, d3.select("svg g").on("*", null));
```
or…
-
Example:
http://jsfiddle.net/philfreo/8xSPa/1/
There are scenarios where it can be beneficial to render a graph before it's actually visible, and currently the sizing/spacing is totally off in those …
-
Is dagre-d3 available on any CDN? I can't find it anywhere at the moment.
Thanks.
-
Hey Chris,
Since updating to 0.1.5, I noticed a change in the `eachEdge` callback. Specifically, the `points` array in the fourth arg in the callback function now only contains 1 point, whereas befor…
-
I just tried a simple example (mostly a copy/paste from interactive-demo.html) with one node (labeled "a") and for some reason the has a `style="opacity: 0;"` on it. If I remove that style manually i…
-
Hi,
I am trying to include layout behavior but i am getting "Uncaught TypeError: undefined is not a function" in chrome and "TypeError: layout.run is not a function" in Firefox. Below is the code sni…