This commit is contained in:
parent
c52ba58d2e
commit
3084248a3c
@ -101,7 +101,7 @@ export default function AnalyticsChart({
|
||||
datasets: [
|
||||
{
|
||||
lineTension: 0.5,
|
||||
data: playerCountHistory.map((count) => count.value),
|
||||
data: playerCountHistory.map((count) => count.value || "0"),
|
||||
label: "Active Players",
|
||||
borderColor: "#3e95cd",
|
||||
fill: false,
|
||||
|
Loading…
Reference in New Issue
Block a user