Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to achieve something like this image:

I want to be able to scroll through the data in my chart, and when I reach the end I want it to have a sort of overscroll so the last candles don't overlap with the axis labels, I still want the candles to scroll below the axis labels if there are more candles, I just want the overscroll when I reach the end.
I tried plotOffset but that property offsets both sides of the chart and it also doesn't ever allow to scroll below the axis labels.
Is there a way to do this?
Thanks