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.

367 questions
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
  • 19
  • 2
  • 6
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
  • 105
  • 2
  • 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
  • 17,842
  • 8
  • 37
  • 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,772
  • 4
  • 27
  • 54
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
  • 325
  • 4
  • 20
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,392
  • 1
  • 17
  • 29
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
  • 858
  • 11
  • 20
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
  • 427
  • 6
  • 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
  • 169
  • 2
  • 11
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,635
  • 27
  • 94
  • 135
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
  • 3
  • 4
-1
votes
1 answer

I want to make an animated polar chart but the chart i get only has one radii with a list

med_spotify = spotify_data.drop(columns=['name', 'explicit', 'artists', 'key', 'mode', 'time_signature', 'tempo', 'duration_ms', 'loudness']) med_spotify = med_spotify.groupby('release_date').median() med_spotify =…
-1
votes
1 answer

Angular Radar Chart :OnClick event of label or sector

I have a radar chart , in which I want that on click of label or that area it will switch to new page . It is possible in angular radar chart (ng2-chart). Please help me with this.
1 2 3
24
25