Skip to content

Commit b9bb2ca

Browse files
Update zoom-pan.md
1 parent 282142d commit b9bb2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flutter/cartesian-charts/zoom-pan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pinch zooming can be enabled by [`enablePinching`](https://pub.dev/documentation
5050

5151
## Directional zooming
5252

53-
The directional zooming feature improves the zoom experience by allowing users to zoom in and out in a specific direction (horizontal, vertical, or diagonal) based on the angle of their finger gesture. To enable this feature, set the [`enableDirectionalZooming`]() property to `true`, the default value is `false`. The following code sample demonstrates how to enable directional zooming.
53+
The directional zooming feature improves the zoom experience by allowing users to zoom in and out in a specific direction (horizontal, vertical, or diagonal) based on their finger gesture. To enable this feature, set the [`enableDirectionalZooming`]() property to `true`, the default value is `false`. The following code sample demonstrates how to enable directional zooming.
5454

5555
{% tabs %}
5656
{% highlight dart hl_lines="7" %}

0 commit comments

Comments
 (0)