mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +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: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Fully Rounded",
|
label: "Fully Rounded",
|
||||||
data: [99, 41, 94, 1, 32, -63, 36]
|
data: [99, 41, 94, 1, 32, -63, 36],
|
||||||
borderColor: "rgb(255, 99, 132)",
|
borderColor: "rgb(255, 99, 132)",
|
||||||
backgroundColor: "rgba(255, 99, 132, 0.5)",
|
backgroundColor: "rgba(255, 99, 132, 0.5)",
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user