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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I want to achieve something like this image:

candles.jpg

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