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 挤出形状,例如基于属性值的美国州?
例如,在此图中,根据某些属性值(可能是人口或收入等)来拉伸状态。
D3 不支持 3D 形状。所以原则上,只要您愿意自己编写 3D 部分,答案是肯定的。但是,使用明确支持此功能的库(如three.js)可能会更好,可能与 D3 结合使用。