@@ -18,6 +18,7 @@ To support IE9, put:
18
18
19
19
``` html
20
20
<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 >
21
22
```
22
23
23
24
before the plotly.js script tag.
@@ -36,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
36
37
37
38
It be can imported as minified javascript
38
39
- 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
40
41
41
42
or as raw javascript:
42
43
- 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
44
45
- using CommonJS with ` require('plotly.js') `
45
46
46
47
If 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:
49
50
50
51
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
51
52
| -----------| ---------------| ----------------------| ---------------------|
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 |
53
54
54
55
## Partial bundles
55
56
@@ -72,13 +73,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
72
73
| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
73
74
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
74
75
| 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 |
77
78
| CommonJS | ` require('plotly.js/lib/index-basic') ` |
78
79
79
80
| Raw size | Minified size | Minified + gzip size |
80
81
| ------| -----------------| ------------------------|
81
- | 1.4 MB | 549.2 kB | 180.6 kB |
82
+ | 1.5 MB | 575 kB | 187.9 kB |
82
83
83
84
### plotly.js cartesian
84
85
@@ -90,13 +91,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
90
91
| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
91
92
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
92
93
| 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 |
95
96
| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
96
97
97
98
| Raw size | Minified size | Minified + gzip size |
98
99
| ------| -----------------| ------------------------|
99
- | 1.6 MB | 618.4 kB | 201.3 kB |
100
+ | 1.7 MB | 644.7 kB | 209 kB |
100
101
101
102
### plotly.js geo
102
103
@@ -108,13 +109,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
108
109
| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
109
110
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
110
111
| 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 |
113
114
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
114
115
115
116
| Raw size | Minified size | Minified + gzip size |
116
117
| ------| -----------------| ------------------------|
117
- | 1.5 MB | 578.7 kB | 191.5 kB |
118
+ | 1.5 MB | 604.5 kB | 198.9 kB |
118
119
119
120
### plotly.js gl3d
120
121
@@ -126,31 +127,31 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
126
127
| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
127
128
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
128
129
| 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 |
131
132
| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
132
133
133
134
| Raw size | Minified size | Minified + gzip size |
134
135
| ------| -----------------| ------------------------|
135
- | 2.3 MB | 985.2 kB | 310.7 kB |
136
+ | 2.3 MB | 1011.4 kB | 318 kB |
136
137
137
138
### plotly.js gl2d
138
139
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.
140
141
141
142
| Way to import | Location |
142
143
| ---------------| ----------|
143
144
| dist bundle | ` dist/plotly-gl2d.js ` |
144
145
| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
145
146
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
146
147
| 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 |
149
150
| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
150
151
151
152
| Raw size | Minified size | Minified + gzip size |
152
153
| ------| -----------------| ------------------------|
153
- | 2 MB | 855.5 kB | 271.2 kB |
154
+ | 2.1 MB | 891.3 kB | 280.3 kB |
154
155
155
156
### plotly.js mapbox
156
157
@@ -162,13 +163,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
162
163
| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
163
164
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
164
165
| 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 |
167
168
| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
168
169
169
170
| Raw size | Minified size | Minified + gzip size |
170
171
| ------| -----------------| ------------------------|
171
- | 2.4 MB | 1017.5 kB | 298.9 kB |
172
+ | 2.5 MB | 1 MB | 306.2 kB |
172
173
173
174
----------------
174
175
0 commit comments