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've been using this library and I've noticed there are a decent number of issues and pull requests without responses. I know life happens and repositories can become difficult to...

Some upcoming chrome change has caused html labels to stop rendering correctly. For example this page no longer works on chrome dev: https://dagrejs.github.io/project/dagre-d3/latest/demo/interactive-demo.html I believe the issue is with how...

Hi all, I am currently using Dagre for one of my data visualisation project, it is a compound graph which requires a node to contain a nested node, I'm unable...

Does this project have API documents? It doesn't seem to be in its wiki. If it exists, where can I see it? I‘m confused about what usage or method darge-d3...

Just copied all changes from #316, then had the conflicts resolved. Hope this feature can be available in release as early as possible.

This allow overriding edge line (`createEdgeLine`) without overriding the whole edge rendering (`createEdge`).

## Background My team has been using dagre-d3 for a while and we were noticing that the rendering time took forever on some of our larger graphs. ## Issue and...

This enables to draw cluster nodes with rounded corners (Issue #396).

Hi, I've just made a small update on edge label to be able to specify custom css classes. --- This PR allow to add a `labelClass` parameter on the `setEdge`...