Hi,
We are using the EjsChart element to create a polar chart. Our Y-Axis will contain a value between 0 and 100 where interval is 20.
This results in a chart with 5 'circles'.
Is it possible to render the Y-Axis in such a way that each 'interval' has it's own background color? (Where the center is red and outer part green), like:
0-20: red
20-40: orange
40-60: yellow
60-80: light green
80-100: green
I imagine it would be possible by using a background image but is there a native way? That would seem like a better way because of possible scaling.
Thanks!
Edit: I have found that apparently StripLines are a way to do this. However, it doesn't render it in the correct location for me since our chart is circular..