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 = { const chart = {
type: 'line', type: 'line',
data: { data: {
labels: new Array(query.combatRatingHistory), labels: new Array(query.combatRatingHistory.length),
datasets: [{ datasets: [{
data: query.combatRatingHistory, data: query.combatRatingHistory,
label: 'Combat Rating Over Time', label: 'Combat Rating Over Time',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayzr-bot", "name": "dayzr-bot",
"version": "12.2.6", "version": "12.2.7",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {