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
3
votes
1 answer

Chart.js - How to place text outside of radar chart

I'm using Chart.js to build a radar chart. I have seven datasets grouped by color as seen in the image below: I would like to place the dataset labels outside of the chart, in the center of each dataset sector (at the crosses in the image). Does…
Karonsbo
  • 31
  • 4
3
votes
1 answer

Manipulate chart.js based plots in R (radarchart)

I use the R package radarchart for plotting interactive radarcharts. I want to manipulate the plot by setting parameters, which are not mentioned in the package manual. Its possible to pass options to chart.js by ... argument by using matching…
pat2402
  • 79
  • 7
3
votes
1 answer

Use radar chart in a subplot

I used this code to produce a radar chart: Radar chart with multiple scales on multiple axes; now I want to place this chart in bottom right corner of a 2x1 figures set-up. Using the code below: fig = pl.figure(figsize=(5, 5)) titles =…
3
votes
5 answers

Add radial lines to radar chart

I'm using Office 2013 Excel and making a radar chart. By default the concentric rings are visible, but I want spokes or radial lines from the center to each category on the outside. I can't find out how to do this.
yamori
  • 1,213
  • 4
  • 14
  • 27
3
votes
1 answer

How to plot a Radar chart in ggplot2 or R

I am trying to make a Radar plot as in attached image using and ggplot2 ( or any other package in R).This talk about this but my case is different as i am trying to create a spider plot for response data with certain range. I made a plot using a…
Cirrus
  • 638
  • 3
  • 13
  • 26
3
votes
1 answer

Plot a radar chart for each row in a data frame with R

I would like to plot multiple radar charts for a data frame with 10 rows and 16 columns. In particular I would like plot a radar chart for each row of the data frame, where the columns correspond to the variables. I used the function radarchart from…
user2871063
  • 53
  • 1
  • 1
  • 5
3
votes
1 answer

jqplot best alternative for polar and radar chart

I'm looking for an alternative to plot polar data. I need to realize a charts like this with dinamic options like this. Thank you very much for any help!
Mark
  • 159
  • 1
  • 2
  • 12
2
votes
1 answer

How to Integrate Radar Overlay for displaying weather?

I am new in iOS development.In one of my project i have to develop radar display for weather.i don't have any idea on that.I want something like this http://www.weather.com/maps/maptype/currentweatherusnational/usdopplerradar_large.html please check…
2
votes
1 answer

asp.net Radar chart. Show lines instead of filled area

I am using the asp.net radar chart and I am trying to get it to show with just lines rather than filled area. This image has an example of something similar to what I am looking for. The image on the left is the preview from VS of the current…
Bex
  • 4,898
  • 11
  • 50
  • 87
2
votes
1 answer

chart js radar chart make axes thicker

I have a radar chart with chart.js in MVC Core.net 6. This is my code: var options = { scale: { ticks: { max: 100, beginAtZero: true, stepSize: 20, display: false } , }, …
nnmmss
  • 2,850
  • 7
  • 39
  • 67
2
votes
1 answer

How to create a polar plot with error bands in plotly?

This post is closely related to this one but I need a solution that works with plotly and python. I would like to use plotly to create a polar plot with error bands. My dataset can be divided into multiple groups, where each of them should have its…
Johannes Wiesner
  • 1,006
  • 12
  • 33
2
votes
1 answer

Python Plotly Radar Chart with Style

I'm trying to the image shown below and I thought python would be a good idea to do this but I'm not sure. I want to randomize lots of football players' stats, make a radar chart for each and save the charts as images. But the plotly radar charts…
Jeredriq Demas
  • 616
  • 1
  • 9
  • 36
2
votes
0 answers

How to wrap long point label of radar chart for apache Echart?

Hi I work on radar apache echart, below is small piece of code. It work fine but I have problem for long point label. I would like to wrap them for short instead long single line. radar: { name: { textStyle: { color: '#fff', …
joenpc npcsolution
  • 737
  • 4
  • 11
  • 25
2
votes
2 answers

Radar Chart Not working in React Highcharts

I want to render the radar chart using react high charts, But after writing below code, i am getting the line chart format not exactly the expected output i am achieving, Which i am trying to get the chart in radar format. { …
2
votes
1 answer

How do I make an interactive radar chart in r shiny?

I'm pretty new to r and shiny and I am currently working on my first personal project. My project is about Pokemon and I am currently having trouble creating an interactive radar chart. I have tried looking at other questions about on this website…
jejelim
  • 53
  • 4