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