We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0af7b commit 1bbd97eCopy full SHA for 1bbd97e
CUSTOM_BUNDLE.md
@@ -15,6 +15,12 @@ git clone --branch <version> https://github.com/plotly/plotly.js.git
15
16
Note: For CI, it's faster to do `git clone --depth 1` to only get one commit.
17
18
+Note: You can always switch to another version with:
19
+```sh
20
+git fetch
21
+git checkout <version>
22
+```
23
+
24
Move to plotly.js folder then install plotly.js dependencies:
25
```sh
26
cd plotly.js
@@ -25,12 +31,6 @@ Install the dependencies
31
npm i
32
```
27
33
28
-Note: You can always switch to another version with:
29
-```sh
30
-git fetch
-git checkout <version>
-```
-
34
By default all traces and transforms are included in the bundle if you simply run:
35
36
npm run custom-bundle
0 commit comments