From c0bb845ba086aeaecf0f1b581cb174f1b000d420 Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Mon, 16 Jul 2018 14:07:18 -0400 Subject: [PATCH] Default to dagre --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 2001912..697d848 100644 --- a/src/index.js +++ b/src/index.js @@ -68,7 +68,7 @@ sigma.classes.graph.addMethod("outNeighbors", function(id) { }); global.appStore = { - dagre: false, + dagre: true, startNode: null, endNode: null, prebuiltQuery: [],