标签: css d3.js svg stroke
我只需要使用样式设置笔画。
svg.append("circle") .attr("r", function (d) { return (5); }).style("stroke", function (d, i) { return "blue"; })