Skip to content

Commit

Permalink
Merge pull request #50 from grgr-dkrk/chore/fix_readme_sample
Browse files Browse the repository at this point in the history
misc(readme): fix code sample on Layout
  • Loading branch information
ngfelixl authored Jul 6, 2021
2 parents 41d41b6 + b522c0b commit f077130
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 @@ -128,14 +128,14 @@ const data: Plot[] = [{
name: 'Group B'
}];

const layout: Layout = [
const layout: Layout = {
polar: {
radialaxis: {
visible: true,
range: [0, 50]
}
}
];
};

plot(data, layout);
```
Expand Down

0 comments on commit f077130

Please sign in to comment.