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

  1. Load a chart series with empty data source.
  2. Have x axis is date time and y axis is numeric.
  3. Set axis maximum as 2022 and do not set axis minimum.
  4. Set interval type as day and interval as 1.

Current behavior:

Axis will consider 1970 (default value) as the minimum and generate ticks, labels, and gridlines until it reaches the maximum.


Expected behavior:

Axis minimum value should be calculated from the maximum by considering current interval and interval type.