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

Need to provide support to customize the padding for individual data labels in the Cartesian chart.

Two ways of implementation can be possible:

  1. Add the offset value of the data label settings as arguments to the onDataLabelRender event to customize the padding offset for each data labels in the chart on rendering.
  2. Add a new mapper (say offsetValueMapper) for mapping the offset values accordingly for individual data labels in the chart.