d3.json("filename.json", function(json) { root = json; root.x0 = h / 2; root.y0 = 0;}); . . . } My code is basically the same as in this d3.js example ...
確定! 回上一頁