From 73b7d1e19f6bf2bb72a118c80ccffb432a80fd3a Mon Sep 17 00:00:00 2001 From: Peter Trost Date: Fri, 20 Dec 2024 17:20:17 +0100 Subject: [PATCH] docs: Add best practice for disabling panning --- repo_files/documentations/handle_transformations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/repo_files/documentations/handle_transformations.md b/repo_files/documentations/handle_transformations.md index 2a5ec76da..4a6bf2344 100644 --- a/repo_files/documentations/handle_transformations.md +++ b/repo_files/documentations/handle_transformations.md @@ -115,5 +115,6 @@ See [Matrix4](https://pub.dev/documentation/vector_math/latest/vector_math_64/Ma 3. Consider your chart's alignment when choosing a `scaleAxis` 4. Provide visual feedback for transformation limits 5. Consider adding reset functionality for better user experience +6. If you have touch indicators, consider allowing users to disable panning when zoomed in. This way the touch indicators will be shown when users hold and drag to explore the chart's data, instead of panning the chart. Remember that transformations are purely visual and don't affect the underlying data. They're particularly useful for exploring detailed data sets or allowing users to focus on specific regions of interest in your charts.