var scY = d3.scaleLinear().domain([0, mx]).range([250, 50]); svg.selectAll("line").data(ds1).enter().append("line")
確定! 回上一頁