From c7646ccdc9a230e0eefea7259486a33e612c6d78 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Tue, 23 Aug 2022 14:20:59 +0300 Subject: SILABMC-261 add xy scroll --- src/components/_sila/Global/Chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/_sila/Global') diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue index 6abf8b07..25fa1221 100644 --- a/src/components/_sila/Global/Chart.vue +++ b/src/components/_sila/Global/Chart.vue @@ -131,7 +131,7 @@ export default { type: 'spline', margin: [52, 50, 32, 60], height: '360px', - zoomType: 'x', + zoomType: 'xy', resetZoomButton: { position: { x: 0, -- cgit v1.2.3