Skip to content

Commit 87541f1

Browse files
scatter info
Co-authored-by: Alex Johnson <[email protected]>
1 parent 7649129 commit 87541f1

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
@@ -80,8 +80,8 @@ Use the `traces` option to include just the trace types you need.
8080
```
8181
npm run partial-bundle -- --traces scatter,scattergl,scatter3d
8282
```
83-
Please note that `scatter` trace is currently added to the bundle by default.
84-
[Whereas this behaviour may be subject to change in future](https://github.com/plotly/plotly.js/pull/5535), we recommend that you explicitly include `scatter` trace in your scripts in case `scatter` trace is needed in your bundle.
83+
Please note that the `scatter` trace is currently included in all bundles and cannot be removed.
84+
[This behaviour may change in the future](https://github.com/plotly/plotly.js/pull/5535), so we recommend that you explicitly include `scatter` anyway if you need it in your bundle.
8585

8686
If not specified otherwise all transforms are included in the bundle.
8787
Use `transforms` option to specify which transforms should be included.

0 commit comments

Comments
 (0)