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

This seems to be a problem any time render is called after the initial. It appears that all the existing HTML labels are dropped. Trying to look into it now...

A function to pan the whole graph to the center of `` would be nice. Or even a flag that auto-recenters the graph on every change. Background: I thought of...

I'd like to modify my node shape so that all of them get drawn with a 'delete' button. For example, a small square that I append to every node, which...

I hope I am not abusing the issue list with asking a bit of a how-to question. I'm using the support for compound graphs to create clusters of nodes. I'd...

I have a dot graph which has properties called headlabel (to be displayed near source node ) and tailabel (to be displayed at destination node).These labels are supported in GraphViz....

I want to show the html like this? ![image](https://user-images.githubusercontent.com/29100314/56709063-e72cde00-6751-11e9-9207-8d4817b267da.png)

Hey, I have a very large graph that I am calculating the layout for and then rendering using dagre, with the usual: `render(d3.select("svg g"), g);` However: When I reload the...

Now I have drawn three workflows using three SVG simultaneously. But all the data is drawn in the first SVG. code: ![1251555669935_ pic_hd](https://user-images.githubusercontent.com/16660803/56420681-84f75780-62d1-11e9-9fbd-659db1c64866.jpg)

Hi, do you thinking about switching d3 to peerDependencies? Or requiring only D3 packages witch are necessary. Whole D3 is so big. I am just curious. Thanks