create svg element var svg = d3.select("#log_demo") .append("svg") .attr("width", 1000) .attr("height", 200) // Create the scale var x = d3.
確定! 回上一頁