@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
37
37
38
38
It be can imported as minified javascript
39
39
- using dist file ` dist/plotly.min.js `
40
- - using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.20.2 .min.js
40
+ - using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.20.3 .min.js
41
41
42
42
or as raw javascript:
43
43
- using dist file ` dist/plotly.js `
44
- - using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.20.2 .js
44
+ - using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.20.3 .js
45
45
- using CommonJS with ` require('plotly.js') `
46
46
47
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 `
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
50
50
51
51
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
52
52
| -----------| ---------------| ----------------------| ---------------------|
53
- | 4.2 MB | 1.7 MB | 526.2 kB | 4.3 MB |
53
+ | 4.2 MB | 1.7 MB | 526.3 kB | 4.3 MB |
54
54
55
55
## Partial bundles
56
56
@@ -74,13 +74,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
74
74
| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
75
75
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
76
76
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
77
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.20.2 .js |
78
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.2 .min.js |
77
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.20.3 .js |
78
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.3 .min.js |
79
79
| CommonJS | ` require('plotly.js/lib/index-basic') ` |
80
80
81
81
| Raw size | Minified size | Minified + gzip size |
82
82
| ------| -----------------| ------------------------|
83
- | 1.6 MB | 606.5 kB | 196.6 kB |
83
+ | 1.6 MB | 606.6 kB | 196.6 kB |
84
84
85
85
### plotly.js cartesian
86
86
@@ -92,8 +92,8 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
92
92
| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
93
93
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
94
94
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
95
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.20.2 .js |
96
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.2 .min.js |
95
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.20.3 .js |
96
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.3 .min.js |
97
97
| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
98
98
99
99
| Raw size | Minified size | Minified + gzip size |
@@ -110,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
110
110
| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
111
111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
112
112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
113
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.20.2 .js |
114
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.2 .min.js |
113
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.20.3 .js |
114
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.3 .min.js |
115
115
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
116
116
117
117
| Raw size | Minified size | Minified + gzip size |
118
118
| ------| -----------------| ------------------------|
119
- | 1.6 MB | 635 kB | 207.1 kB |
119
+ | 1.6 MB | 635.1 kB | 207.2 kB |
120
120
121
121
### plotly.js gl3d
122
122
@@ -128,8 +128,8 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
128
128
| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
129
129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
130
130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
131
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.20.2 .js |
132
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.2 .min.js |
131
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.20.3 .js |
132
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.3 .min.js |
133
133
| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
134
134
135
135
| Raw size | Minified size | Minified + gzip size |
@@ -146,13 +146,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
146
146
| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
147
147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
148
148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
149
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.20.2 .js |
150
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.2 .min.js |
149
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.20.3 .js |
150
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.3 .min.js |
151
151
| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
152
152
153
153
| Raw size | Minified size | Minified + gzip size |
154
154
| ------| -----------------| ------------------------|
155
- | 2.2 MB | 928.9 kB | 290.7 kB |
155
+ | 2.2 MB | 929 kB | 290.7 kB |
156
156
157
157
### plotly.js mapbox
158
158
@@ -164,8 +164,8 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
164
164
| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
165
165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
166
166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
167
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.20.2 .js |
168
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.2 .min.js |
167
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.20.3 .js |
168
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.3 .min.js |
169
169
| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
170
170
171
171
| Raw size | Minified size | Minified + gzip size |
@@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
182
182
| dist bundle (minified) | ` dist/plotly-finance.min.js ` |
183
183
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184
184
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.20.2 .js |
186
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.2 .min.js |
185
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.20.3 .js |
186
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.3 .min.js |
187
187
| CommonJS | ` require('plotly.js/lib/index-finance') ` |
188
188
189
189
| Raw size | Minified size | Minified + gzip size |
190
190
| ------| -----------------| ------------------------|
191
- | 1.6 MB | 631.7 kB | 203.5 kB |
191
+ | 1.6 MB | 631.8 kB | 203.5 kB |
192
192
193
193
----------------
194
194
0 commit comments