问题标签 [radar-chart]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 将 rgb 颜色值的数字矩阵传递给 R 中的 chartJSRadar()
我正在使用chartJSRadar()
Chart.js 的radarchart 包中的函数。我想自定义颜色,但我不知道如何传递 RGB 值。我的数据如下所示:
基本上我希望每列都有不同的颜色。 文档说将颜色作为 RGB 颜色矩阵传递给colMatrix
. 所以我试过-
但这只会使所有多边形变灰。我找不到colMatrix
参数的工作示例。应该是colMatrix
什么样子的?
r - R: How to change the arguments of each individual radarplot that are created all at once
I am creating five radar plots:
Currently each plot has the same arguments. I would like to find out how to change the arguments for each plot. I would like to be able to set the title, plot data color and the polygon color for each plot.
If possible I would also like to change the line width for whatever plot has the smallest average plot data. In this case it would be plot five.
The plot data for plot five is c(3,1,1,1,1), The mean is 1.4, which is the smallest.
Any help will be appreciated please let me know if further information is needed.
r - 带有ggplot2的雷达图/蜘蛛图
我正在尝试用 ggplot2 制作雷达图。
我发现此代码绘制雷达图: http ://www.cmap.polytechnique.fr/~lepennec/R/Radar/RadarAndParallelPlots.html 用于 mtcars 示例:
使用 mtcars 示例对我来说一切正常,但是当我尝试为我的数据重写代码时,我得到了错误。我现在尝试了几个小时,但我不确定我需要交换哪些变量以及哪些变量必须保持与示例中的一样。
我会很感激一点帮助!我对 R 还是很陌生;)
谢谢大家 :)
javascript - 角度雷达图中的 Chart.js
如何更改雷达图的步长
radar-chart - 为什么radarchart()会产生空图
我正在尝试绘制一些雷达图,但我花了一整天的时间搜索,我似乎没有得到我的代码错误的地方,因为我得到了空图。我使用了library(fmsb)
我的数据为
我试图设置我的图表边距,然后运行一个循环。
我只得到空图而没有绘制我的数据。有人会帮助这个初学者吗?
ios - iOS-charts 雷达图去除标签并用颜色填充网络
可能是一个非常基本的问题。
我正在使用iOS 图表并且正在使用雷达图表。
我正在努力弄清楚如何从图表中删除标签,而且我真的很难填满网络。我可以更改外线,但我想用特定颜色填充网络/数据。
任何帮助将非常感激。
亲切的问候
韦恩
chart.js - 如何禁用 Chart.js 雷达图点标签
我使用 Chart.js 版本:2.1.6 创建雷达图,如下所示: 我正在尝试禁用点标签(在图片上标记为红色)。
我尝试了几种方法,最后将标签字体大小设置为0,但没有效果。请帮忙,如果可以的话,这是我的代码: