update dashbboard placement graph
[osm/vim-emu.git] / src / emuvim / dashboard / js / graph.js
index 01f7e30..bc10d39 100644 (file)
@@ -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);