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 4a74a4e commit 7d2939dCopy full SHA for 7d2939d
docs/data/charts/scatter/scatter.md
@@ -161,7 +161,7 @@ On top of that, there's also some differences in behavior:
161
- The rendering order might be different, which might cause overlapping circles to render at different depths when compared to the default rendering;
162
- When `disableVoronoi` is true, `onItemClick` does not work as it requires that plugin to work.
163
164
-The example below uses the `renderer` prop to improve performance when rendering a dataset with 16 000 data points.
+The example below uses the `renderer` prop to improve performance when rendering a dataset with 16,000 data points.
165
166
{{"demo": "ScatterBatchRenderer.js"}}
167
0 commit comments