Doughnut chart rotates on click

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:

    <SfAccumulationChart Height="1400px" [email protected]>
        <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

1 Reply 1 reply marked as answer

SM Srihari Muthukaruppan Syncfusion Team January 15, 2021 12:47 PM UTC

Hi Kristóf, 
 
We have analyzed your query. Unfortunately, we are unable to reproduce the reported scenario in the latest version 18.4.34 and accumulation chart is working fine. We have also attached the sample used for testing. Please find the sample below. 
 
 
Screenshot: 
 
 
If you still face this issue. kindly revert us with the following information which will be more helpful for further analysis and provide you the solution sooner.  
  
  1. Try to reproduce the reported scenario in the provided sample.  
  2. Share the details if you have done any other customization.
 
Regards, 
Srihari M 


Marked as answer
Loader.
Up arrow icon