Skip to content

Commit be717ef

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

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
@@ -83,8 +83,8 @@ npm run partial-bundle -- --traces scatter,scattergl,scatter3d
8383
Please note that the `scatter` trace is currently included in all bundles and cannot be removed.
8484
[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

86-
If not specified otherwise all transforms are included in the bundle.
87-
Use `transforms` option to specify which transforms should be included.
86+
By default all transforms are included in the bundle.
87+
Use the `transforms` option to specify which should be included.
8888
```
8989
npm run partial-bundle -- --transforms sort,filter
9090
```

0 commit comments

Comments
 (0)