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.
是否有一个 JavaScript 库允许您以 3D 形式可视化雷达图(又名蜘蛛图)以及旋转。
我的意思是通过添加时间作为坐标来可视化这种3D 图表。最终结果将是一个不对称形状的 3D 球体。例如:
我尝试搜索所有不同的 3D JavaScript 库,但找不到任何可以让我轻松完成它而无需从头开始创建的东西。
怎么样D3?没有很多图表类型不能用它来可视化。
D3
更多信息请访问GitHub和Wikipedia。