Autoscale the radar plot
Autoscale the radar plot
setRadarScale(maxScale = NULL, scaleStepWidth = NULL, scaleStartValue = 0)
maxScale |
Numeric length 1. Desired max limit |
scaleStepWidth |
Numeric length 1. Spacing between rings |
scaleStartValue |
Numeric length 1. Value of the centre |
A list containing the scale options for chartjs
## Not run: setRadarScale(15, 3) setRadarScale(15, 5, 2) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.