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 Chris, I have managed to disable zooming and dragging (of the whole graph), but I am struggling to find instructions on how to make the graph more interactive, i.e....

chrome show normal,but firefox show not good, only show at right-top of quarter.

I think it makes sense to allow to set cluster CSS class names, the same way as it works for leaf nodes. For instance, for leaf nodes, this works: ```ts...

All Xor and Sequence in one verticle line

Package Installed ------------------------ npm install d3 --save npm install dagre-d3 --save npm install --save @types/dagre-d3 npm install @types/d3 --save Angular framework: 11 Error: src/app/D3/D3-Dynamic/D3-Dynamic.component.ts:113:12 - error TS2345: Argument of type...

I trying to load graph using dagre-d3 in react native. Please find sample code below ``` import React from 'react'; import { SafeAreaView, StyleSheet, View, StatusBar, } from 'react-native'; import...

Setting the `.rx` and `.ry` rounded corner properties on rectangular cluster nodes has no effect. I'll prepare a pull request to fix this.

I checked for a update. My old dagre-d3.min.js (v0.4.17) was 111KB and now its 709KB thats a huge difference. See https://github.com/dagrejs/dagre-d3/blob/master/dist/dagre-d3.min.js its not minimized? There are hundreds of line-breaks and...

Hello! Trying to render simple graph, but it doesn't behave like it should. ``` var nodes = { "nodes": [ "node1", "node2", "node3", "node4", "node5", ], "edges": [ ["node1", "node2"],...