-
We need to have a **complete** json sample with format exactly that that the model service is supposed to return.
-
Open console and load http://jsfiddle.net/aHC42/2/
I'm trying to modify the layout graph that is returned from renderer.run(), and it fails with an exception at
```
Uncaught TypeError: undefined is…
coli updated
10 years ago
-
I had to tweak the style to get the same result as in the example... this is what i did
```
.edge-label rect {
fill: #fff;
}
.edge path {
stroke: #333…
-
I would be nice to have a node linked to itself (loop).
-
Hi,
I started to use the dagre-d3 for visualisation of data similar to one of examples (the Sentence Tokenization). Extending this example to display a DAG instead of a tree was super easy, but I've …
-
The interactive demo page renders this moderately sized graph disconnectedly. (Example 3 from vis.js [demo page](http://visjs.org/examples/graph/15_dot_language_playground.html)):
```
digraph G {
…
lrowe updated
10 years ago
-
Hi,
The "keys" method is also available for native arrays in chrome. That is why the union method will fail in Chrome browsers, when one of the sets is a native array (seen in your dagre-d3 project).…
-
Hi,
Appreciate dagre and dagre-d3. I am trying to extend some functionality and add some external controls for the zoom level and translate position.
I have tried updating the `transform` attribute…
-
URL: http://bible.bucksch.org/free/#detail=@I0025@
Reproduction:
1. Go to above URL in Firefox 24
2. Go to above URL in Firefox nightly from 2013-11-18 or 2014-01-07
Actual result:
1. You see a gene…
-
One of the cool parts about having an HTML label within a node is you can do all sorts of dynamic HTML stuff like having content collapse and expand with click interactions, auto-growing text areas, e…