Update ChartJS README.md (#47)

Added a missing comma ',' in the example.
This commit is contained in:
Regi
2023-11-21 23:10:42 +01:00
committed by GitHub
parent 0bf316e2a2
commit 86e95dc1c8

View File

@@ -43,7 +43,7 @@ Outputs.Data = {
datasets: [
{
label: "Fully Rounded",
data: [99, 41, 94, 1, 32, -63, 36]
data: [99, 41, 94, 1, 32, -63, 36],
borderColor: "rgb(255, 99, 132)",
backgroundColor: "rgba(255, 99, 132, 0.5)",
borderWidth: 2,