var stratify = d3.stratify() .parentId(function(d) { return d.id.substring(0, d.id.lastIndexOf(".")); });. var tree = d3.tree()
確定! 回上一頁