ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.48k stars 5.98k forks source link

Allow trackpad swipe to scroll in Catalyst apps #5119

Open tschmitz opened 10 months ago

tschmitz commented 10 months ago

Goals :soccer:

In Mac Catalyst, most scroll views can be scrolled with a swipe gesture on the trackpad or mouse. (For instance, table views can be scrolled with a two-finger swipe.) Charts should be scrollable in the same way.

Implementation Details :construction:

Set the allowed scroll types and eliminated the number of touches requirement to allow scrolling via trackpad in Mac Catalyst.

Testing Details :mag: