Skip to content

Commit 282142d

Browse files
committed
FLUT-962617-[feature]: Addressed review suggestion for content
1 parent bc76e3b commit 282142d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.
487 KB
Loading

Flutter/cartesian-charts/zoom-pan.md

Lines changed: 3 additions & 3 deletions
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) depending on the angle of their pinch or drag 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 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.
5454

5555
{% tabs %}
5656
{% highlight dart hl_lines="7" %}
@@ -89,10 +89,10 @@ The directional zooming feature improves the zoom experience by allowing users t
8989
{% endtabs %}
9090

9191
>**Note**:
92-
* Directional zooming functions when both [`enableDirectionalZooming`]() and [`enablePinching`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enablePinching.html) are set to `true`, and [`zoomMode`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/zoomMode.html) is set to [`ZoomMode.xy`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomMode.html#xy).
92+
* Directional zooming functions when both [`enableDirectionalZooming`]() and [`enablePinching`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enablePinching.html) are set to `true`.
9393
* This feature is intended for touch gestures and is ineffective with a mouse or track pad-based interactions.
9494

95-
![Directional Zooming](images/zooming-panning/directional-zooming.gif)
95+
![Directional Zooming](images/zooming-panning/directional_zooming.gif)
9696

9797
## Double tap zooming
9898

0 commit comments

Comments
 (0)