mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-10 14:22:52 +01:00
Update ChartJS README.md (#47)
Added a missing comma ',' in the example.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user