summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: {