Hello
I am accessing Pivot chart series data as recommended in this issue:
https://www.syncfusion.com/forums/163337/accessing-pivot-chart-series-data
Since upgrading to 19.3.0.43 a console error is thrown when the user tries to expand the data series (either on the pivot table or the pivot chart). I have attached your sample project from the original issue upgraded to 19.3.0.43. If you run the sample then click on the expand button as highlighted below then the error is thrown.
The only way to resolve the error is to remove the ChartSeriesCreated="ChartSeriesCreated" event from the razor.
I need to be able to access the chart series data so if there is a way to do this without using this event then I am all ears.
Many thanks