Hi!
Since the latest update (v18.0.4.34) if I set a start and end angle for my DoughnutChart, after a click (anywhere on the page) the chart flips (rotates by 180 degrees). See normal and inverted images.
My chart code:
<AccumulationChartCenter X="50%" Y="25%" />
<AccumulationChartLegendSettings Visible="false"></AccumulationChartLegendSettings>
<AccumulationChartSeriesCollection>
<AccumulationChartSeries DataSource=@Data XName="Id" YName="Data" PointColorMapping="Color" StartAngle="270" EndAngle="90" InnerRadius="50%" Radius="100%">
<AccumulationDataLabelSettings Visible="true" Name="Label" />
</AccumulationChartSeries>
</AccumulationChartSeriesCollection>
</SfAccumulationChart>
Thanks for the solution.
Attachment:
ezyzip_3c2d8f3e.zip