From d4acf0c48773ac1a68873b6081a9960c14ba29d2 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 14 Mar 2024 02:57:30 +1300 Subject: [PATCH] fix tooltip --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index e21a880..8ce4325 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -610,7 +610,7 @@ y: { display: false, // Hide y-axis labels min: 0, - max: 100, + max: 101, // 101 is "Plugged In", need to include for tooltip to work }, }, plugins: {