Skip to content
Snippets Groups Projects
Commit e139dfc6 authored by Rob Sherwood's avatar Rob Sherwood
Browse files

topology ui: weight tweaks for style

parent 02adcdfb
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ window.TopologyView = Backbone.View.extend({
height = 600; // might as well make it square
var color = d3.scale.category20();
var force = d3.layout.force()
.charge(-120)
.linkDistance(60)
.charge(-240)
.linkDistance(100)
.size([width, height]);
var svg = d3.select("#topology-graph").append("svg")
.attr("width", width)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment