-
Notifications
You must be signed in to change notification settings - Fork 776
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
Gesture issue when panning enabled SfCartesianChart is putted in LayoutBuilder #17
Comments
Hi @tlserver , Thanks for trying our Syncfusion Flutter chart widget. We have fixed the reported issue, now the chart can be panned smoothly when the chart widget is placed in the LayoutBuilder widget. To resolve the issue, kindly upgrade your package and you can find the updated packages from the below link. https://pub.dev/packages/syncfusion_flutter_charts Kindly let us know if you have any concerns. Thanks, |
Hi @tlserver , We are closing this issue now, as it is resolved. Thanks, |
I have upgraded the package to version 1.0.0-beta.4, but I still have the same problem when executing the example above. Please consider reopen this issue. |
Hi @tlserver , Thanks for the revert. To the layout builder, you can specify the height and width to overcome the reported scenario. We have attached the code snippet that can be found below.
We have also attached sample for your reference. Hope this helps. Thanks, |
I found that the panning gesture cannot be handled so well when the chart is putted in LayoutBuilder. It works well if LayoutBuilder is removed.
Example:
The text was updated successfully, but these errors were encountered: