gpt4 book ai didi

javascript - 在 d3.js select 中使用条件

转载 作者:行者123 更新时间:2023-11-30 16:00:36 25 4
gpt4 key购买 nike

我想从 xlink:href=id 的 SVG 中选择并删除一个 textPath。textPath 有一个属性 xlink:href,我有一个名为“id”的变量。

我想删除 xlink:href 等于存储在变量 id 中的值的 textPath。

是这样的:

d3.select("textPath*some condition*").remove();

这能做到吗?如果是,如何?

最佳答案

由于 querySelector namespace limitations,您需要使用一些技巧

d3.select(('[*|href="#id"]')

关于javascript - 在 d3.js select 中使用条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37818311/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com