summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-23 14:20:59 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-23 14:20:59 +0300
commitc7646ccdc9a230e0eefea7259486a33e612c6d78 (patch)
tree81fddb9e889b133986f2104a928e7954f9d64e8c
parente44325e7c9e7b5c67b0cf7bb366cabc4fde60628 (diff)
downloadwebui-vue-c7646ccdc9a230e0eefea7259486a33e612c6d78.tar.xz
SILABMC-261 add xy scroll
-rw-r--r--src/components/_sila/Global/Chart.vue2
1 files changed, 1 insertions, 1 deletions
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,