Questions tagged [radar-chart]

A radar chart graphically displays the values of three or more categories along a separate axis that starts in the center of the chart.

A radar chart, also known as a spider chart or a star chart, graphically displays the values of three or more categories along a separate axis that starts in the center of the chart.

293 questions
0
votes
1 answer

How to change axis color on polar chart

I'm not sure how my axes turned green, but I want them to be black. Could you tell me what code to add to change my axes color to black and where to add the code? I would like the axes to be solid black lines. Thanks for your help! Here's the code…
JA2
  • 121
  • 2
  • 9
0
votes
1 answer

Kendo UI Radar Chart

Hi I am trying to make a Kendo UI radar chart. I want to know the correct format in order to display the data. { new {year = year, thisyear = new {satisfaction = pq1, organisation=pq2, expecations=pq3, teaching=pq3, consistent=pq4} } …
user3078379
  • 21
  • 1
  • 6
0
votes
0 answers

Creating 4 quadrants within a Radar Chart within D3

I am trying to implement 4 quadrants within a Radar Chart, but cannot seem to get 4 boxes to show. function buildLevelsBoxes() { var boxes = 0; while (boxes < 4) { var colors = [ '#e5e5e5', …
0
votes
1 answer

Radar charts for chartjs always stay filled

I am trying to use the datasetFill option for the radar charts for chartjs and I noticed that the charts always stay filled even when I set datasetFill to false. Here is a link to a fiddle that gives an example of what I'm trying to do…
user2970660
  • 75
  • 1
  • 7
0
votes
1 answer

How can I create a radar chart in Google Apps Script?

Google Spreadsheet has support for radar charts, they're under line charts. Google Apps Script has support for most (all?) of Spreadsheet's charts. However I can't find any option on the documentation to turn a line chart into a radar one, or to…
sker
  • 15,764
  • 8
  • 35
  • 41
0
votes
1 answer

create drill down radar/spider chart with d3.js

I am trying to create a radar chart/spider chart with d3.js and followed the demo given here Radar chart Now I want to add drill down option to it. like if clicked on any point it will animate and redraw the chart with new data. I am not able to…
Saurabh Sinha
  • 1,624
  • 3
  • 25
  • 51
0
votes
0 answers

Highcharts, radar chart issue

I have problems with this radar chart, I'm trying that the items how are the same color (financial e.g.) linkd to the another one, for instance, financial model and sponsor/development should be linked, but no. In excel works fine, this is the…
Luis
  • 285
  • 3
  • 17
0
votes
1 answer

How to change the orientation of the x-axis label in an asp.net radar chart?

I have 4 radar charts on my Webpage. Three out of the four charts have horizontally orientated x axis labels. One of the charts has its labels orientated towards the centre of the chart. All charts are created dynamically in the same way. I believe…
0
votes
1 answer

matplotlib radar plot min values

I started with the matplotlib radar example but values below some min values disappear. I have a gist here. The result looks like As you can see in the gist, the values for D and E in series A are both 3 but they don't show up at all. There is some…
Dan Schien
  • 1,201
  • 15
  • 25
0
votes
2 answers

Radar chart library similar to nv-d3.js

I am using the fantastic nvd3.js library. I need a radar chart, but unfortunately radar charts are not in the nvd3 library and it is not planned to include them in the short term Anybody can recommend a radar chart library with a similar look and…
Miquel
  • 808
  • 11
  • 19
0
votes
0 answers

radar/spider plot in R

I'd like to reproduce something like this plot in R, maybe a little simpler: http://macroblog.typepad.com/.a/6a00d8341c834f53ef017eea036eda970d-popup The relevant command seems to be stars, and the closest example from the stars command help seems…
DKB at NYU
  • 407
  • 5
  • 6
0
votes
1 answer

Matlab radar/spider plots

I need to make a radar plot, I googled it and got this: http://www.mathworks.co.uk/matlabcentral/fileexchange/33134-radar-plot/content/radarPlot.m but it gives an error I'm not sure how to solve. The error is Error: File: radarplottest.m Line: 17…
user2587726
  • 117
  • 2
  • 10
0
votes
1 answer

Translate 3D point location to 2D point location

Below is the screenshot of the 3d object. This is a 3D Radar Chart where the depth is a time. As you see labels are spinning in 3d also, is there a way to determine just X and Y positions by looking up at X, Y, and Z so that I can just display those…
Maksim
  • 16,162
  • 25
  • 91
  • 128
0
votes
1 answer

Rendering Radar Chart with data received by rest call

I have a radar chart which renders when read from json file. i have used listeners for this purpose. Now, I need this to be upgraded to rest call. I have a rest call which is fired when I click a button. This rest call returns data to a store and…
user1415459
  • 159
  • 1
  • 2
  • 11
0
votes
1 answer

JqChart guru seeking. Radar chart can not get the actual maximum data value

Here's the sample code with my result jsfiddle preview! My question is how could I make the maximum point manually instead of 500 in the radar's label. It's just a table-SVG converter I am doing. series_data is a Array come from table each of…
Cyril
  • 21
  • 4
1 2 3
19
20