tweak player history hover format

This commit is contained in:
RaidMax 2021-08-29 20:47:25 -05:00
parent deff4f2947
commit 3b7a22edef

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