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: {