From 239e3b06a3506a94981b2f253c5e17a07f50e461 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 22 Mar 2025 20:56:49 +1100 Subject: [PATCH] Move zoom button for stats higher and to the left --- resources/views/stats.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/stats.blade.php b/resources/views/stats.blade.php index 26f3d97..b02833f 100644 --- a/resources/views/stats.blade.php +++ b/resources/views/stats.blade.php @@ -16,6 +16,12 @@ chart: { type: 'area', zoomType: 'x', + resetZoomButton: { + position: { + x: -40, + y: -60, + } + } }, title: { text: 'PLA version activity'