From 5f0a32de6dc2d0479dfc2b1693602687252501ba Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Mon, 22 Aug 2022 09:43:38 +0300 Subject: SILABMC-269: move up reset Button --- src/components/_sila/Global/Chart.vue | 10 ++++++++-- 1 file 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: { -- cgit v1.2.3