ricardo-bion / ggradar

radar charts with ggplot2
https://twitter.com/ricardobion
334 stars 96 forks source link

Error: 'plot.data' contains value(s) > grid.max #41

Open cranknasty opened 4 years ago

cranknasty commented 4 years ago

Error: 'plot.data' contains value(s) > grid.max from tibble object with 13 rows and 12 columns?

georgeblck commented 3 years ago

I have had this error come up a lot when I started to work with the ggrader package. The function expects all numerical values to be under 1 when nothing else is specified. If your values are above this, either scale them all down to be in the range of 0-1 or specify your desired limits with the options grid.min, grid.mid, grid.max, values.radar etc.