dagre-d3 icon indicating copy to clipboard operation
dagre-d3 copied to clipboard

A D3-based renderer for Dagre

Results 107 dagre-d3 issues
Sort by recently updated
recently updated
newest added

Hi, dagre-d3 based on d3 v4.12.2, but in @types/dagre-d3, it's based on d3 v3. I hope it's types can update to the same version, THANKS A LOTS.

![image](https://user-images.githubusercontent.com/30564116/70130724-fbf42b80-16bb-11ea-9cd0-5322f0363b61.png) How to bind the rectangle to the image

I want to use dagre-d3 in Angular2 project. The project has been created using Angular2 CLI. I have installed dagre-d3 - `npm install dagre-d3 --save` then I installed dagre-d3 types...

Arrow heads should be rendered above nodes, I think. The tip of the arrow gets "cut off" by the node edge, which does not look good. See: http://www.samsarin.com/project/dagre-d3/latest/demo/arrows.html A simple...

while trying to draw Parent and child nodes, some of the child nodes are not placing inside the Parent node. Please check the attached screenshot and sample html code to...

When rendering, the node rectangles have both the wrong stroke width and the wrong color. When I zoom in (works both using d3.zoom() or just the browser zoom), eventually the...

Nodes with svg labels are displayed correctly after rendering for the first time but when I render the graph again the label from every node, that has been rendered before...

Hello, ![unbenannt](https://user-images.githubusercontent.com/11274858/44819103-d8eee800-abeb-11e8-9ad2-77b16a8a0a25.PNG) As you can see the foreignObject has the wrong height and width. Steps to reproduce: 1. create graph and render it 2. zoom and move inside the svg...