Is it possible to display steps every 10° on scale-k and maintain a value resolution of 1° in a radar chart?
Problem:
If we set:
scaleK: {
values: '0:359:1'
}
scale-k automatically steps every 12°. How can we show points with angle values ranging from 1° to 360° and still have steps every 10°? I've attached an illustration for your reference.
Solution:
We can we show points with angle values ranging from 1° to 360° and still have steps every 10° using the maxItems property on scaleK object as we've shown in this demo.