Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CUSTOM_BUNDLE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Custom bundle
You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms.

Install plotly.js, move to plotly.js folder then install plotly.js dependencies:
Clone plotly.js, move to plotly.js folder then install plotly.js dependencies:
```sh
npm i plotly.js
git clone https://github.com/plotly/plotly.js.git
cd node_modules/plotly.js
npm i
```
Expand Down