在SVG text 添加換行符的正確方法是使用帶有 dy offets的 tspan : var text = node.append("text") .attr("class", "nodetext") .attr("dx", ...
確定! 回上一頁