在下面的代码中,触发了 onclick 事件,但没有附加圆圈。我不知道为什么。
也许是因为以下可变的?
代码片段:
.on("click", function (event, d) {
let center = pathMap.centroid(d.geometry);
console.log(center);
mouse
.append("circle")
.attr("cx", center[0])
.attr("cy", center[1])
.attr("r", 20)
.attr("fill", "red");
mutable selected = d.properties;
来源:https ://observablehq.com/@statistikzh/leerwohnungszahlung