From: stevenvanrossem Date: Thu, 27 Apr 2017 13:09:55 +0000 (+0200) Subject: update dashbboard placement graph X-Git-Tag: v3.1~30^2~13^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=7f397b65334ba7315dec35b12e79534c7e114d14 update dashbboard placement graph --- diff --git a/src/emuvim/dashboard/index.html b/src/emuvim/dashboard/index.html index 137bed3..abdc2c6 100755 --- a/src/emuvim/dashboard/index.html +++ b/src/emuvim/dashboard/index.html @@ -50,39 +50,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -105,11 +72,16 @@
-
- - -
+
 
+ +
+
Placement Graph  
+ +
+
+ + diff --git a/src/emuvim/dashboard/js/graph.js b/src/emuvim/dashboard/js/graph.js index 01f7e30..bc10d39 100644 --- a/src/emuvim/dashboard/js/graph.js +++ b/src/emuvim/dashboard/js/graph.js @@ -2,7 +2,7 @@ var width = 960, height = 500, color = d3.scale.category20c(); -var svg = d3.select("body").append("svg") +var svg = d3.select("#table_graph").append("svg") .attr("width", width) .attr("height", height);