From 9cbd4a8291e21ff99198651820a370d082fe338e Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 2 Sep 2024 03:29:46 +1200 Subject: [PATCH] show x labels at top of chart --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index 4662048..b823ce7 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2109,6 +2109,7 @@ }, scales: { x: { + position: 'top', type: 'time', time: { unit: 'day',