@@ -36,11 +36,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
36
36
37
37
It be can imported as minified javascript
38
38
- 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.2 .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
40
41
41
or as raw javascript:
42
42
- 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.2 .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
44
- using CommonJS with ` require('plotly.js') `
45
45
46
46
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 +49,7 @@ The main plotly.js bundle weights in at:
49
49
50
50
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
51
51
| -----------| ---------------| ----------------------| ---------------------|
52
- | 3.8 MB | 1.6 MB | 488 .9 kB | 3.9 MB |
52
+ | 3.8 MB | 1.7 MB | 502 .9 kB | 3.9 MB |
53
53
54
54
## Partial bundles
55
55
@@ -72,13 +72,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
72
72
| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
73
73
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
74
74
| 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.2 .js |
76
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.2 .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 |
77
77
| CommonJS | ` require('plotly.js/lib/index-basic') ` |
78
78
79
79
| Raw size | Minified size | Minified + gzip size |
80
80
| ------| -----------------| ------------------------|
81
- | 1.4 MB | 549 kB | 180.6 kB |
81
+ | 1.4 MB | 549.2 kB | 180.6 kB |
82
82
83
83
### plotly.js cartesian
84
84
@@ -90,13 +90,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
90
90
| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
91
91
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
92
92
| 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.2 .js |
94
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.2 .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 |
95
95
| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
96
96
97
97
| Raw size | Minified size | Minified + gzip size |
98
98
| ------| -----------------| ------------------------|
99
- | 1.6 MB | 618.2 kB | 201.3 kB |
99
+ | 1.6 MB | 618.4 kB | 201.3 kB |
100
100
101
101
### plotly.js geo
102
102
@@ -108,13 +108,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
108
108
| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
109
109
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
110
110
| 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.2 .js |
112
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.2 .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 |
113
113
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
114
114
115
115
| Raw size | Minified size | Minified + gzip size |
116
116
| ------| -----------------| ------------------------|
117
- | 1.5 MB | 578.6 kB | 191.5 kB |
117
+ | 1.5 MB | 578.7 kB | 191.5 kB |
118
118
119
119
### plotly.js gl3d
120
120
@@ -126,13 +126,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
126
126
| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
127
127
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
128
128
| 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.2 .js |
130
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.2 .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 |
131
131
| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
132
132
133
133
| Raw size | Minified size | Minified + gzip size |
134
134
| ------| -----------------| ------------------------|
135
- | 2.3 MB | 985.1 kB | 310.6 kB |
135
+ | 2.3 MB | 985.2 kB | 310.7 kB |
136
136
137
137
### plotly.js gl2d
138
138
@@ -144,13 +144,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `heatmapgl` and `
144
144
| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
145
145
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
146
146
| 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.2 .js |
148
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.2 .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 |
149
149
| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
150
150
151
151
| Raw size | Minified size | Minified + gzip size |
152
152
| ------| -----------------| ------------------------|
153
- | 2 MB | 854.8 kB | 271 kB |
153
+ | 2 MB | 855.5 kB | 271.2 kB |
154
154
155
155
### plotly.js mapbox
156
156
@@ -162,13 +162,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
162
162
| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
163
163
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
164
164
| 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.2 .js |
166
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.2 .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 |
167
167
| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
168
168
169
169
| Raw size | Minified size | Minified + gzip size |
170
170
| ------| -----------------| ------------------------|
171
- | 2.3 MB | 957.9 kB | 285.1 kB |
171
+ | 2.4 MB | 1017.5 kB | 298.9 kB |
172
172
173
173
----------------
174
174
0 commit comments