Just to help others that find this post with a similar problem, just enter this JSON in the layout static field of the widget:
{
"polar": {
"radialaxis": {
"visible": true,
"range": [
0,
5
]
}
}
}
Replace 0,5 within the range array with the range you desire.