Line 47: | Line 47: | ||
.projection(function(d) { return [d.y, d.x]; }); | .projection(function(d) { return [d.y, d.x]; }); | ||
− | var svg = d3.select(" | + | var svg = d3.select("#djxmfl").append("svg") |
.attr("width", width + margin.right + margin.left) | .attr("width", width + margin.right + margin.left) | ||
.attr("height", height + margin.top + margin.bottom) | .attr("height", height + margin.top + margin.bottom) | ||
Line 183: | Line 183: | ||
<div class="row"> | <div class="row"> | ||
− | <div class="col-md-12" id=" | + | <div class="col-md-12" id="djxmfl"> |
<div> | <div> | ||
<body></body> | <body></body> |
Revision as of 13:50, 14 October 2016