@@ -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-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.17.2 .min.js
40
+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.17.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-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.17.2 .js
44
+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.17.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 MB | 1.7 MB | 515.2 kB | 4.1 MB |
53
+ | 4 MB | 1.7 MB | 515.7 kB | 4.1 MB |
54
54
55
55
## Partial bundles
56
56
@@ -73,13 +73,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
73
73
| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
74
74
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
75
75
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
76
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.17.2 .js |
77
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.17.2 .min.js |
76
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.17.3 .js |
77
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.17.3 .min.js |
78
78
| CommonJS | ` require('plotly.js/lib/index-basic') ` |
79
79
80
80
| Raw size | Minified size | Minified + gzip size |
81
81
| ------| -----------------| ------------------------|
82
- | 1.5 MB | 575.4 kB | 188 kB |
82
+ | 1.5 MB | 576.1 kB | 188.2 kB |
83
83
84
84
### plotly.js cartesian
85
85
@@ -91,13 +91,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
91
91
| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
92
92
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
93
93
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
94
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.17.2 .js |
95
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.17.2 .min.js |
94
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.17.3 .js |
95
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.17.3 .min.js |
96
96
| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
97
97
98
98
| Raw size | Minified size | Minified + gzip size |
99
99
| ------| -----------------| ------------------------|
100
- | 1.7 MB | 645.1 kB | 209.1 kB |
100
+ | 1.7 MB | 645.8 kB | 209.2 kB |
101
101
102
102
### plotly.js geo
103
103
@@ -109,13 +109,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
109
109
| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
110
110
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
111
111
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
112
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.17.2 .js |
113
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.17.2 .min.js |
112
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.17.3 .js |
113
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.17.3 .min.js |
114
114
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
115
115
116
116
| Raw size | Minified size | Minified + gzip size |
117
117
| ------| -----------------| ------------------------|
118
- | 1.5 MB | 604.8 kB | 199 kB |
118
+ | 1.5 MB | 605.5 kB | 199.1 kB |
119
119
120
120
### plotly.js gl3d
121
121
@@ -127,13 +127,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
127
127
| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
128
128
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
129
129
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
130
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.17.2 .js |
131
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.17.2 .min.js |
130
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.17.3 .js |
131
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.17.3 .min.js |
132
132
| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
133
133
134
134
| Raw size | Minified size | Minified + gzip size |
135
135
| ------| -----------------| ------------------------|
136
- | 2.3 MB | 1011.4 kB | 318 kB |
136
+ | 2.4 MB | 1013 kB | 318.4 kB |
137
137
138
138
### plotly.js gl2d
139
139
@@ -145,13 +145,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
145
145
| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
146
146
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
147
147
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
148
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.17.2 .js |
149
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.17.2 .min.js |
148
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.17.3 .js |
149
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.17.3 .min.js |
150
150
| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
151
151
152
152
| Raw size | Minified size | Minified + gzip size |
153
153
| ------| -----------------| ------------------------|
154
- | 2.1 MB | 898.9 kB | 283.5 kB |
154
+ | 2.1 MB | 899.7 kB | 283.7 kB |
155
155
156
156
### plotly.js mapbox
157
157
@@ -163,13 +163,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
163
163
| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
164
164
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
165
165
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
166
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.17.2 .js |
167
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.17.2 .min.js |
166
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.17.3 .js |
167
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.17.3 .min.js |
168
168
| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
169
169
170
170
| Raw size | Minified size | Minified + gzip size |
171
171
| ------| -----------------| ------------------------|
172
- | 2.5 MB | 1 MB | 306.3 kB |
172
+ | 2.5 MB | 1 MB | 306.5 kB |
173
173
174
174
----------------
175
175
0 commit comments