From 7135d37b0f0ea5cf5f5270a2576cd0ce80fb83cc 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 ba491516..5deda0c8 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: {