tweak player history hover format
This commit is contained in:
parent
deff4f2947
commit
3b7a22edef
@ -14,7 +14,7 @@
|
|||||||
toolTip: {
|
toolTip: {
|
||||||
contentFormatter: function (e) {
|
contentFormatter: function (e) {
|
||||||
const date = moment.utc(e.entries[0].dataPoint.x);
|
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: {
|
axisX: {
|
||||||
|
Loading…
Reference in New Issue
Block a user