1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

tweak player history hover format

This commit is contained in:
RaidMax
2021-08-29 20:47:25 -05:00
parent dcf690325c
commit 7135d37b0f

View File

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