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

I'm looking for a simple way to allow users to drag nodes and the arrow to follow. All examples found seems to work only for previous version of d3.

I want some document about dagre-d3, is there any documention that it can show me how to use and what the method to do ?

This library is just awesome (as far as I have been able to use it), but I have a bit of a problem with edge crossings. I generated the following...

When a diagram gets complex, there are a lot of crossing edges, and some can clearly be avoided. ![status_details](https://user-images.githubusercontent.com/1278556/98326032-06572d80-1fcf-11eb-906d-0b56f4207ea7.png) Where is the algorithm that controls that? Is there a way...

I have been trying to use the library in one of my projects and have been running clueless at times while searching over the internet for the API information. Looked...

Is it possible to make a 2-line (or more) connection in same direction from A to B using dagre-d3? Thanks. ![image](https://user-images.githubusercontent.com/11693722/81468801-62a1e600-9214-11ea-9509-e3c5c26d0385.png)

Any one have an easy way to detect nodes with no edges?

like issues/320: ---------------------------- "dependencies": { "dagre-d3": "^0.6.4", ---------------------------- import * as d3 from 'd3'; import dagreD3 from 'dagre-d3/dist/dagre-d3'; ---------------demo code -------------- // Create a new directed graph var g =...

I've read https://github.com/dagrejs/dagre-d3/issues/73 which previously asked this question, but it doesn't seem that adding an href field to the node metadata is working. The JSbin still works, but it references...

![image](https://user-images.githubusercontent.com/9092073/88972626-b39d0580-d26a-11ea-9f15-19a4a7eca160.png) Not sure what's causing this error. My node version is 8.4.0 and npm is 6.x I'm trying to produce the graph from one of the dagre examples.