-
In some tree configurations, I get overlapping nodes (see example below). In large trees, the overlap can become even worse. This can be solved by changing the order of edges. However, since I'm worki…
-
Would be nice to do:
```
.box {
fill: #E1F0FF;
stroke: #138BFF;
}
```
Or there is an easier way?
-
http://www.postgresql.org/docs/9.0/static/sql-explain.html
http://www.graphviz.org/Documentation.php
-
Hello :-),
Trying [this example](http://cpettitt.github.io/project/dagre-d3/latest/demo/interactive-demo.html?graph=digraph%20{%0A%20%20%20%20graph%20%5Brankdir%3DLR%5D%3B%0A%0A%20%20%20%20X%20-%3E%2…
Hywan updated
10 years ago
-
Redmine 2.5
Ruby 2.0
Ubuntu 14.04
Thin ruby webserver
After install, getting errors in log:
Processing by WorkflowsController#edit as HTML
Parameters: {"utf8"=>"✓", "role_id"=>"3", "tracker_id"=>…
-
In the demo at http://cpettitt.github.io/project/dagre-d3/latest/demo/interactive-demo.html
The nodes are rendered with respect to the order the node/links are defined. Eg: if A -> D is defined before…
coli updated
10 years ago
-
Attempting to run the renderer in node.js results in the following error:
```
TypeError: Object [ G.node.enter ] has no method 'getBBox'
```
due to the following line in Renderer.js:
```
var bbox =…
-
I glad to see your support for popover currently, I used bootstrap and the label attribute in dagre-d3 to do this:http://getbootstrap.com/javascript/#popovers
sometimes I need to display more informa…
-
Hi,
This is a great tool and I can show some nice dependency graphs now in browser.
I want to be able to save the diagrams. I was able to get the below working
http://www.intridea.com/blog/2013/1/…
dtoms updated
10 years ago
-
According to the SVG specification at [Mozilla's SVG Documentation](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/markerUnits), the value of markerUnits should be 'strokeWidth' (uppercase…