From 2f66e3dbe2c79e6eb320201e537b725a2de67cba Mon Sep 17 00:00:00 2001 From: Joseph Stahl Date: Sat, 21 Jan 2017 12:12:05 -0600 Subject: [PATCH] add spacingFactor option accompanies PR #1673 in cytoscape.js (for 3.1 release) --- cytoscape-dagre.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cytoscape-dagre.js b/cytoscape-dagre.js index edb3d0d..5e42b63 100644 --- a/cytoscape-dagre.js +++ b/cytoscape-dagre.js @@ -41,6 +41,7 @@ SOFTWARE. // general layout options fit: true, // whether to fit to viewport padding: 30, // fit padding + spacingFactor: undefined, // Applies a multiplicative factor (>0) to expand or compress the overall area that the nodes take up animate: false, // whether to transition the node positions animationDuration: 500, // duration of animation in ms if enabled animationEasing: undefined, // easing of animation if enabled