-
Notifications
You must be signed in to change notification settings - Fork 818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple RangeErrors from yaxis when rendering SFCartesianChart #2212
Comments
Hi redwildrider, We have checked the reported issue, 'facing a range exception on the Y-axis in Cartesian Charts,' and tried to replicate it in the latest 28.1.35 version of SfCartesianChart by,
However, we were unable to reproduce it on our end. Please check the attached sample, and if you are still experiencing the issue, we kindly request you to share us with more information on your requirement in detail along with screenshots/screen recordings so that it will help us assist you in a better way. Sample : GH_2212.zip Regards, |
Hi Baranibharathi, I figured out that the issue only happens when edgeLabelPlacement is so to "hide" for the y-Axis. The data i am displaying which produces the error: (x - y)
If there are only datapoints with y = 0, the error does not happen. Let me know if I can provide you with some more specific information. Regards |
Hi redwildrider, We are able to replicate the reported issue regarding facing range exception when set axis edge label placement to hide and minimizing the window size at our end. We will fix and include the changes in our weekly patch release which is expected to be rolled out on Jan 15, 2025. We will update you here once the release is rolled out and we appreciate your patience until then. Regards, |
Great! |
Hi redwildrider, The reported issue has been fixed and rolled out in our weekly patch release on January 15, 2025. So, we kindly request you to upgrade the syncfusion_flutter_charts package to the latest version below. Version: https://pub.dev/packages/syncfusion_flutter_charts/versions/28.1.39 Root cause: Always selected the second index when edgeLabelPlacement was set to hide, even when the visible label count was less than 2. Regards, |
Please reopen this if you need further assistance on this. |
Bug description
This bug clogs up my sentry and I cannot avoid it or filter it out
Steps to reproduce
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: