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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ There are two kinds of plotly.js partial bundles:
76
76
1. The official partial bundles that are distributed to `npm` and `CDN` covered by [the dist README](https://github.com/plotly/plotly.js/blob/master/dist/README.md).
77
77
2. The custom ones that could be created by the user, if none of the distributed packages meet your needs.
78
78
79
-
Use `traces` option to create a custom bundle of desired traces.
79
+
Use the `traces` option to include just the trace types you need.
80
80
```
81
81
npm run partial-bundle -- --traces scatter,scattergl,scatter3d
0 commit comments