summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-01 13:53:23 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-01 13:53:23 +0300
commit53f486d6dccf2228b8a3b2bab2a7b1dd841fc1c1 (patch)
treebbb9426a5f7919d9143134a0fb5c690d77ed59a7
parentc1999275713eac0f20e592e7a8618d927cf2b6b6 (diff)
downloadwebui-vue-53f486d6dccf2228b8a3b2bab2a7b1dd841fc1c1.tar.xz
add zoom for chart, x
-rw-r--r--src/components/_sila/Global/Chart.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index dd2135a5..fa66683a 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -150,6 +150,7 @@ export default {
type: 'spline',
margin: [12, 50, 32, 60],
height: '320px',
+ zoomType: 'x',
},
title: null,
xAxis: {