@@ -18,6 +18,7 @@ To support IE9, put:
1818
1919``` html
2020<script >if (typeof window .Int16Array !== ' function' )document .write (" <scri" + " pt src='extras/typedarray.min.js'></scr" + " ipt>" ); </script >
21+ <script >document .write (" <scri" + " pt src='extras/request_animation_frame.js'></scr" + " ipt>" ); </script >
2122```
2223
2324before the plotly.js script tag.
@@ -36,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3637
3738It be can imported as minified javascript
3839- using dist file ` dist/plotly.min.js `
39- - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.16.3 .min.js
40+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.17.0 .min.js
4041
4142or as raw javascript:
4243- using dist file ` dist/plotly.js `
43- - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.16.3 .js
44+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.17.0 .js
4445- using CommonJS with ` require('plotly.js') `
4546
4647If you would like to have access to the attribute meta information (including attribute descriptions as on the [ schema reference page] ( https://plot.ly/javascript/reference/ ) ), use dist file ` dist/plotly-with-meta.js `
@@ -49,7 +50,7 @@ The main plotly.js bundle weights in at:
4950
5051| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5152| -----------| ---------------| ----------------------| ---------------------|
52- | 3.8 MB | 1.7 MB | 502.9 kB | 3.9 MB |
53+ | 3.9 MB | 1.7 MB | 512.8 kB | 4 MB |
5354
5455## Partial bundles
5556
@@ -72,13 +73,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7273| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
7374| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7475| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
75- | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.16.3 .js |
76- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.3 .min.js |
76+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.17.0 .js |
77+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.17.0 .min.js |
7778| CommonJS | ` require('plotly.js/lib/index-basic') ` |
7879
7980| Raw size | Minified size | Minified + gzip size |
8081| ------| -----------------| ------------------------|
81- | 1.4 MB | 549.2 kB | 180.6 kB |
82+ | 1.5 MB | 575 kB | 187.9 kB |
8283
8384### plotly.js cartesian
8485
@@ -90,13 +91,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9091| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
9192| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9293| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
93- | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.16.3 .js |
94- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.3 .min.js |
94+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.17.0 .js |
95+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.17.0 .min.js |
9596| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
9697
9798| Raw size | Minified size | Minified + gzip size |
9899| ------| -----------------| ------------------------|
99- | 1.6 MB | 618.4 kB | 201.3 kB |
100+ | 1.7 MB | 644.7 kB | 209 kB |
100101
101102### plotly.js geo
102103
@@ -108,13 +109,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
108109| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
109110| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
110111| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
111- | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.16.3 .js |
112- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.3 .min.js |
112+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.17.0 .js |
113+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.17.0 .min.js |
113114| CommonJS | ` require('plotly.js/lib/index-geo') ` |
114115
115116| Raw size | Minified size | Minified + gzip size |
116117| ------| -----------------| ------------------------|
117- | 1.5 MB | 578.7 kB | 191.5 kB |
118+ | 1.5 MB | 604.5 kB | 198.9 kB |
118119
119120### plotly.js gl3d
120121
@@ -126,31 +127,31 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
126127| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
127128| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
128129| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
129- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.16.3 .js |
130- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.3 .min.js |
130+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.17.0 .js |
131+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.17.0 .min.js |
131132| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
132133
133134| Raw size | Minified size | Minified + gzip size |
134135| ------| -----------------| ------------------------|
135- | 2.3 MB | 985.2 kB | 310.7 kB |
136+ | 2.3 MB | 1011.4 kB | 318 kB |
136137
137138### plotly.js gl2d
138139
139- The ` gl2d ` partial bundle contains the ` scatter ` , ` scattergl ` , ` heatmapgl ` and ` contourgl ` trace modules.
140+ The ` gl2d ` partial bundle contains the ` scatter ` , ` scattergl ` , ` pointcloud ` , ` heatmapgl ` and ` contourgl ` trace modules.
140141
141142| Way to import | Location |
142143| ---------------| ----------|
143144| dist bundle | ` dist/plotly-gl2d.js ` |
144145| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
145146| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
146147| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
147- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.16.3 .js |
148- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.3 .min.js |
148+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.17.0 .js |
149+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.17.0 .min.js |
149150| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
150151
151152| Raw size | Minified size | Minified + gzip size |
152153| ------| -----------------| ------------------------|
153- | 2 MB | 855.5 kB | 271.2 kB |
154+ | 2.1 MB | 891.3 kB | 280.3 kB |
154155
155156### plotly.js mapbox
156157
@@ -162,13 +163,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
162163| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
163164| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
164165| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
165- | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.16.3 .js |
166- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.3 .min.js |
166+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.17.0 .js |
167+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.17.0 .min.js |
167168| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
168169
169170| Raw size | Minified size | Minified + gzip size |
170171| ------| -----------------| ------------------------|
171- | 2.4 MB | 1017.5 kB | 298.9 kB |
172+ | 2.5 MB | 1 MB | 306.2 kB |
172173
173174----------------
174175
0 commit comments