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.
与 Graphviz 库http://www.graphviz.org/content/cluster中的此示例类似
注意从 a3 到 a0 的边是如何弯曲的。此外,请注意集群如何并排整齐地放置在盒子中。
没有 D3 附带的布局可以让您完全做到这一点,但只要您愿意自己实现它,您基本上可以用 D3 做任何事情。