Skip to content

Commit

Permalink
Change to longhand
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jul 27, 2021
1 parent 1e45cb1 commit fec3464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/index.md
Expand Up @@ -29,7 +29,7 @@ const labels = [
'June',
];
const data = {
labels,
labels: labels,
datasets: [{
label: 'My First dataset',
backgroundColor: 'rgb(255, 99, 132)',
Expand All @@ -42,7 +42,7 @@ const data = {
// <block:config:0>
const config = {
type: 'line',
data,
data: data,
options: {}
};
// </block:config>
Expand Down

0 comments on commit fec3464

Please sign in to comment.