Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`datasets` have `name`, not `title`
  • Loading branch information
antarasi authored Apr 20, 2018
1 parent b420fef commit 690c7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ const data = {
],
datasets: [
{
title: "Some Data", type: "bar",
name: "Some Data", type: "bar",
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]
}
]
Expand Down

0 comments on commit 690c7e1

Please sign in to comment.