We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d41b6 + b522c0b commit f077130Copy full SHA for f077130
README.md
@@ -128,14 +128,14 @@ const data: Plot[] = [{
128
name: 'Group B'
129
}];
130
131
-const layout: Layout = [
+const layout: Layout = {
132
polar: {
133
radialaxis: {
134
visible: true,
135
range: [0, 50]
136
}
137
138
-];
+};
139
140
plot(data, layout);
141
```
0 commit comments