summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-22 09:43:38 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-22 09:43:38 +0300
commit5f0a32de6dc2d0479dfc2b1693602687252501ba (patch)
tree109f58f55eaa2365d0c39f26b792dab2bba7f5ec
parent6e09dd79705f941a91a4ff094fbddda831492216 (diff)
downloadwebui-vue-5f0a32de6dc2d0479dfc2b1693602687252501ba.tar.xz
SILABMC-269: move up reset Button
-rw-r--r--src/components/_sila/Global/Chart.vue10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 7c66cf0c..12f58307 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -135,9 +135,15 @@ export default {
return {
chart: {
type: 'spline',
- margin: [12, 50, 32, 60],
- height: '320px',
+ margin: [42, 50, 32, 60],
+ height: '350px',
zoomType: 'x',
+ resetZoomButton: {
+ position: {
+ x: 0,
+ y: -40,
+ },
+ },
},
title: null,
xAxis: {