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.
我想做这种地理定位的 3d 条形图
d3.js 可以处理3d 地图投影
有没有办法在给定坐标上投影一个条形以获得类似于 kartograph 的结果?
D3 中的任何投影数据都可以在其上放置条形,矩形的 xy 位于经纬度点。这是 D3 的卫星投影示例:
http://bl.ocks.org/4531633
为了匹配 Kartograph 示例的样式,您需要相对于与其关联的点的投影旋转矩形,并使用不透明度。