From 3b7a22edef6a6990c2008733eb49040177793ded Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 29 Aug 2021 20:47:25 -0500 Subject: [PATCH] tweak player history hover format --- WebfrontCore/wwwroot/js/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/wwwroot/js/server.js b/WebfrontCore/wwwroot/js/server.js index ba4915163..5deda0c8f 100644 --- a/WebfrontCore/wwwroot/js/server.js +++ b/WebfrontCore/wwwroot/js/server.js @@ -14,7 +14,7 @@ toolTip: { contentFormatter: function (e) { const date = moment.utc(e.entries[0].dataPoint.x); - return date.local().format('h:mm A') + " - " + e.entries[0].dataPoint.y + " players"; + return date.local().calendar() + " - " + e.entries[0].dataPoint.y + " players"; } }, axisX: {