Skip to content

Commit f077130

Browse files
authored
Merge pull request #50 from grgr-dkrk/chore/fix_readme_sample
misc(readme): fix code sample on Layout
2 parents 41d41b6 + b522c0b commit f077130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ const data: Plot[] = [{
128128
name: 'Group B'
129129
}];
130130

131-
const layout: Layout = [
131+
const layout: Layout = {
132132
polar: {
133133
radialaxis: {
134134
visible: true,
135135
range: [0, 50]
136136
}
137137
}
138-
];
138+
};
139139

140140
plot(data, layout);
141141
```

0 commit comments

Comments
 (0)