From 2b8b069aeee01ab0939a2feaba0fc56cdd0045ff Mon Sep 17 00:00:00 2001
From: Deon George <deon@dege.au>
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 f12d37e..c3b7131 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'