summaryrefslogtreecommitdiff
path: root/src/components/_sila
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-22 15:10:26 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-22 15:10:26 +0300
commita9cd79d13938dc0e43fd443e3d2deb7367726403 (patch)
treecde7bff3d63a2c8812dc56b0da8c050214fbb348 /src/components/_sila
parentf1f3ec7b66dd0636138840ea5b7032d3c73d01a9 (diff)
downloadwebui-vue-a9cd79d13938dc0e43fd443e3d2deb7367726403.tar.xz
SILABMC-275: add readonly for dynamic page
Diffstat (limited to 'src/components/_sila')
-rw-r--r--src/components/_sila/Global/Chart.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 12f58307..43141a7a 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -135,13 +135,13 @@ export default {
return {
chart: {
type: 'spline',
- margin: [42, 50, 32, 60],
- height: '350px',
+ margin: [52, 50, 32, 60],
+ height: '360px',
zoomType: 'x',
resetZoomButton: {
position: {
x: 0,
- y: -40,
+ y: -50,
},
},
},