draw the x axis g.append("swg:line") ..attr("x1", x(0)) ..attr("y1", -y(0)) ..attr("x2", x(w)) ..attr("y2", -y(0)); // draw the y axis g.append("swg:line") ...
確定! 回上一頁