'radial bar chart rotation

I'm using Apex chart in my project. By default animation is clockwise. I want to apply anticlockwise.

How to apply?

enter image description here

As shown in above pic, It is clockwise. For more information: https://apexcharts.com/javascript-chart-demos/radialbar-charts/multiple-radialbars/



Solution 1:[1]

Set startAngle: -360 and endAngle: 0: https://apexcharts.com/docs/options/plotoptions/radialbar/

https://stackoverflow.com/a/71436863/16537039

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Patryk Laszuk