From b62fcec67667867856ebe92122c7e38be2023933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Derosiaux?= Date: Sun, 31 Jan 2016 18:11:32 +0100 Subject: [PATCH] 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. --- src/main/resources/graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/graph.html b/src/main/resources/graph.html index eae90cff0..67dcd6203 100644 --- a/src/main/resources/graph.html +++ b/src/main/resources/graph.html @@ -33,7 +33,7 @@ THE SOFTWARE. - +