Closed lianghua1987 closed 1 day ago
The only workaround I can think of is to remove negative cellStartLocation
, move grid to the middle, and rotate the whole chart using its startAngle
.
Here's an example: https://codepen.io/team/amcharts/pen/GRVboVZ/1cef68fc8462639e48a062675e9697b0?editors=0010
The downside is that the startAngle
is dependent on number of items, so you might need to tweak it for your specific chart.
Thanks @martynasma. That works!!! I have to keep cellStartLocation
and add additional startLocation
on xAxis to render the perfect wind rose
Question I am using amchart5 to display the wind rose chart which works perfectly except for xAxis on 0 degree.
Below code works for other degrees.
Current:
Expect: