You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ Use the `traces` option to include just the trace types you need.
80
80
```
81
81
npm run partial-bundle -- --traces scatter,scattergl,scatter3d
82
82
```
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.
85
85
86
86
If not specified otherwise all transforms are included in the bundle.
87
87
Use `transforms` option to specify which transforms should be included.
0 commit comments