Library version: syncfusion_flutter_charts: ^22.2.12
Flutter version: 3.13.6
We are using SfCartesianChart with bar and line series combined. Though we reload the widget with same data source Line Series rendering twice. (as shown in the below image)
Initial Loading:

After reload:

As I searched there is no way to reset the chart while reloading, Can someone please suggest a way to resolve this issue?