add GainExperience listeners
This commit is contained in:
parent
24437b5520
commit
738d2975ec
5 changed files with 151 additions and 13 deletions
|
@ -207,7 +207,7 @@
|
|||
acc[ev.eventName][ev.time] = (acc[ev.time] || 0) + ev.count;
|
||||
return acc;
|
||||
},
|
||||
{ Death: {}, VehicleDestroy: {} }
|
||||
{ Death: {}, VehicleDestroy: {}, GainExperience: {} }
|
||||
);
|
||||
|
||||
new Chart(document.getElementById(id), {
|
||||
|
@ -228,6 +228,10 @@
|
|||
label: "Vehicle Destroys",
|
||||
data: allEvents.VehicleDestroy,
|
||||
},
|
||||
{
|
||||
label: "Experience Events",
|
||||
data: allEvents.GainExperience,
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue