简体   繁体   English

JavaScript中的3D雷达图

[英]3D radar chart in JavaScript

Is there a JavaScript library that allows you to visualize Radar Chart (aka Spider Chart) in 3D form along with the rotation. 是否有一个JavaScript库,允许您以3D形式显示雷达图表(又名蜘蛛图表)以及旋转。

What I mean by that is to visualize this kind of chart in 3D by adding time as a coordinate. 我的意思是通过添加时间作为坐标来在3D中可视化这种图表。 The end result will be a 3D sphere that is not symmetrically shaped. 最终结果将是不对称形状的3D球体。 For example: 例如:

在此输入图像描述

I tried to search all different 3D JavaScript libraries but was not able to find anything that will let me do it easily without creating it from scratch. 我试图搜索所有不同的3D JavaScript库,但是无法找到任何可以让我轻松完成的东西,而无需从头开始创建。

What about D3 ? D3怎么样? There aren't many chart types that can't be visualized with it. 没有多少图表类型无法用它可视化。

More information at GitHub and Wikipedia . 有关GitHubWikipedia的更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM