summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global/Chart.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/_sila/Global/Chart.vue')
-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,
},
},
},