fix/combat rating chart parameter
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in new issue
Block a user