fix/combat rating chart parameter

This commit is contained in:
SowinskiBraeden committed 2023-11-05 13:02:30 -08:00
1 parent cd31797dfc
commit 7a8c23810a
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -212,7 +212,7 @@ module.exports = {
const chart = {
type: 'line',
data: {
labels: new Array(query.combatRatingHistory),
labels: new Array(query.combatRatingHistory.length),
datasets: [{
data: query.combatRatingHistory,
label: 'Combat Rating Over Time',