You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I pass clipData and rangeAnnotations, I expect the range annotations to be clipped according to that data.
As of 0.69.0, this is no longer the case. If there are range annotations that exceed the bounds of the chart, they will be displayed on top of the axes labels regardless of the desired clip behavior.
Reverting to 0.68.0 restores the expected behavior.
If I pass
clipData
andrangeAnnotations
, I expect the range annotations to be clipped according to that data.As of 0.69.0, this is no longer the case. If there are range annotations that exceed the bounds of the chart, they will be displayed on top of the axes labels regardless of the desired clip behavior.
Reverting to 0.68.0 restores the expected behavior.
To Reproduce
main.dart
Screenshots
Versions
Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 603104015d (5 days ago) • 2024-10-24 08:01:25 -0700
Engine • revision db49896cf2
Tools • Dart 3.5.4 • DevTools 2.37.3
fl_chart:
dependency: "direct main"
source: hosted
version: "0.69.0"
The text was updated successfully, but these errors were encountered: