-
Hi,
I really like this project but i cannot get to render callgraph at any profile. My project is based on symfony so there is a lot of files. After about 2 minutes i get in console
```
dagre-d3.…
-
like issues/320:
----------------------------
"dependencies": {
"dagre-d3": "^0.6.4",
----------------------------
import * as d3 from 'd3';
import dagreD3 from 'dagre-d3/dist/dagre-d3';
-…
-
Hi,
I tried to use `dagre-d3-react` to implement the new clusters feature from `dagre-d3`: https://dagrejs.github.io/project/dagre-d3/latest/demo/clusters.html
But I didn't figure it out how, is…
-
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,…
-
I'm loving dagre, but I've run across this issue in Chrome:
```
Uncaught TypeError: elem.getTransformToElement is not a function
at getCoords (http://www.samsarin.com/project/dagre-d3/v0.4.10…
-
I read the project's wiki to learn how to use this dagre-d3 library. I encountered some frustrating problem when I try to write a demo in my machine, refer to [this Section](https://github.com/dagrejs…
-
Not sure if this is a feature, but none of the demos worked in any recent version of IE (9-10-11).
I tested http://cpettitt.github.io/project/dagre-d3/latest/demo/hover.html with crossbrowsertesting.…
-
`@dagrejs/dagre` exposes eg. `Graph`, `Node` types while `@dagrejs/graphlib` doesn't, but it's not clear how to use these to provide extended values on a node in the graph.
The node is returned usi…
-
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
`npm…
-
Please fix the define functionality for dagre-d3 to with with requireJs.
I see three issues :
Issue 1. When including requirejs library above dagre-d3.js library in the browser like :
```
```
I…