When panning on a plot, the pan mode is currently hardcoded depending on the initial movement of the pan in PanGeomFeedback.kt.
If the initial pan movement is horizontal or vertical, it sets the panningMode to PanningMode.HORIZONTAL or PanningMode.VERTICAL.
Can we expose an option to manually set the panningMode to always be PanningMode.FREE?
When panning on a plot, the pan mode is currently hardcoded depending on the initial movement of the pan in PanGeomFeedback.kt.
If the initial pan movement is horizontal or vertical, it sets the
panningModetoPanningMode.HORIZONTALorPanningMode.VERTICAL.Can we expose an option to manually set the
panningModeto always bePanningMode.FREE?