Browse Source

Update README.md

`datasets` have `name`, not `title`
tags/1.2.0
Adrian 7 years ago
committed by GitHub
parent
commit
690c7e168e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -63,11 +63,11 @@ const data = {
], ],
datasets: [ datasets: [
{ {
title: "Some Data", type: "bar",
name: "Some Data", type: "bar",
values: [25, 40, 30, 35, 8, 52, 17, -4] values: [25, 40, 30, 35, 8, 52, 17, -4]
}, },
{ {
title: "Another Set", type: "line",
name: "Another Set", type: "line",
values: [25, 50, -10, 15, 18, 32, 27, 14] values: [25, 50, -10, 15, 18, 32, 27, 14]
} }
] ]


Loading…
Cancel
Save