You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support for those can be added easily, simply by adding com.github.appreciated.apexcharts.config.plotoptions.Pie.startAngle and endAngle of type Double.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
ApexCharts allow setting the pie start angle and end angle as can be seen in the API documentation: https://apexcharts.com/docs/options/plotoptions/pie/#labels
The support for those can be added easily, simply by adding
com.github.appreciated.apexcharts.config.plotoptions.Pie.startAngle
andendAngle
of typeDouble
.The text was updated successfully, but these errors were encountered: