Commit Graph

5 Commits

Author SHA1 Message Date
Guillaume Massé ad3acd86f4 Optimize the screen space for dependencyBrowseGraph 2020-07-13 15:27:05 -04:00
Guillaume Massé 23e1480e07
Avoid http redirect in dependencyBrowseGraph
I published a dependency graph at https://github.com/MasseGuillaume/spark-dependency-graph

and I noticed that https://cpettitt.github.io/project/graphlib-dot/v0.6.1/graphlib-dot.js redirects to
http://www.samsarin.com/project/graphlib-dot/v0.6.1/graphlib-dot.js

this causes the script to fail over insecure content.
2018-08-03 14:03:55 +02:00
Dmytro Aleksandrov e52bb48278 Replaced http CDN links with https 2016-05-29 13:44:36 +03:00
Stéphane Derosiaux b62fcec676 Use v0.4.16 of dagre-d3 to avoid javascript error
When using `dagre-d3` v0.4.10, my browser (Chrome 49) crashes an javascript error and the arrows are not displayed :
```
Uncaught TypeError: t.getTransformToElement is not a function
```
This happens in the function `getCoords` of the library.

Using the latest version v0.4.16 of dagre-d3 fixes the issue.
2016-01-31 18:11:32 +01:00
Johannes Rudolph 000b0ed253 render a graph in the browser using dagre-d3 and graphlib-dot, fixes #29 2015-11-18 17:41:30 +01:00