Alberto Pepe edited d3js_bpt_diagram.html  almost 10 years ago

Commit id: f6237e5f1922efe5436c62bf8819b5036d4f7f2d

deletions | additions      

       

"bottom" : 30  };  var width = 100; 500;  var height = 100; 500;  var svg = d3.select("#scatter-load").append("svg").attr("width", width).attr("height", height).append("g")  .attr("transform", "translate(" + margins.left + "," + margins.top + ")");