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:
@ -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: {
|
||||
|
Reference in New Issue
Block a user