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
We are currently using a Time Series chart with multiple charts displayed on the same screen. When these charts are added inside a SingleChildScrollView, the PanAndZoomBehavior stops functioning correctly. However, if we set the physics of the SingleChildScrollView to NeverScrollableScrollPhysics, the PanAndZoomBehavior works perfectly.
It seems that both the SingleChildScrollView and the charts are unable to correctly interpret the user input when attempting to pan or zoom the charts.
Has anyone else encountered a similar issue? If so, how did you resolve it?
Below is the sample code for the chart implementation and the class where we combine the charts together.
We are currently using a Time Series chart with multiple charts displayed on the same screen. When these charts are added inside a SingleChildScrollView, the PanAndZoomBehavior stops functioning correctly. However, if we set the physics of the SingleChildScrollView to NeverScrollableScrollPhysics, the PanAndZoomBehavior works perfectly.
It seems that both the SingleChildScrollView and the charts are unable to correctly interpret the user input when attempting to pan or zoom the charts.
Has anyone else encountered a similar issue? If so, how did you resolve it?
Below is the sample code for the chart implementation and the class where we combine the charts together.
SimpleTimeSeriesChart.dart -
ChartScreen.dart -
Video ref -
scrollclip.mov
noscrollclip.mov
The text was updated successfully, but these errors were encountered: