with the current version of Chart.js (4.4.7) the following option needs to be added:
option
{ scales: { r: { type:'radialLinear', ticks:{ callback(v){ return v; } } } }