Skip to content

Commit

Permalink
docs: Add best practice for disabling panning
Browse files Browse the repository at this point in the history
  • Loading branch information
Peetee06 authored and imaNNeo committed Dec 23, 2024
1 parent d20be7a commit 73b7d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo_files/documentations/handle_transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 73b7d1e

Please sign in to comment.