I have app built using Jetpack Compose and I need multiple line/bar charts on my homepage. All charts have fixed height for 400dp and they are wrapped into vertically scrollable Column. The issue is that if you try to scroll the home and your finger it going over charts it prevents you to scroll. I even tried to setup scrollablePlotArea but whatever I try its not working as it should.
From my point of view the chart should not be scrollable if scrollablePlotArea is not set and if chart has fixed height, also it shouldn't interfer with other app scroll behaviour.
Let me know if you need more details.
Thanks!