score:2

Accepted answer

In a polar chart, that is the yAxis. Disable the labels:

yAxis: {
    labels: {enabled: false}
},

Here's an example.


Related Query

More Query from same tag