Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 D3 在两个移动元素之间连接一条线,并确保即使元素移动(动态移动或手动拖动)它们也保持连接?
是的。这样的点之间没有连接的概念,因此确保它们保持连接的方法是将线的端点与元素一起移动。您只需在更新元素位置的代码中更新相应端点的位置。