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.
1 parent dadfa36 commit b522c0bCopy full SHA for b522c0b
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