@@ -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.1 .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
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.1 .js
43
+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.16.2 .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.7 kB | 3.9 MB |
52
+ | 3.8 MB | 1.6 MB | 488.9 kB | 3.9 MB |
53
53
54
54
## Partial bundles
55
55
@@ -64,111 +64,111 @@ Starting in `v1.15.0`, plotly.js also ships with several _partial_ bundles:
64
64
65
65
### plotly.js basic
66
66
67
- The ` basic ` partial bundle contains the ` scatter ` , ` bar ` and ` pie ` trace modules.
67
+ The ` basic ` partial bundle contains the ` scatter ` , ` bar ` and ` pie ` trace modules.
68
68
69
69
| Way to import | Location |
70
70
| ---------------| ----------|
71
71
| dist bundle | ` dist/plotly-basic.js ` |
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.1 .js |
76
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.1 .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 |
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 | 548.4 kB | 180.3 kB |
81
+ | 1.4 MB | 549 kB | 180.6 kB |
82
82
83
83
### plotly.js cartesian
84
84
85
- The ` cartesian ` partial bundle contains the ` scatter ` , ` bar ` , ` box ` , ` heatmap ` , ` histogram ` , ` histogram2d ` , ` histogram2dcontour ` , ` pie ` , ` contour ` and ` scatterternary ` trace modules.
85
+ The ` cartesian ` partial bundle contains the ` scatter ` , ` bar ` , ` box ` , ` heatmap ` , ` histogram ` , ` histogram2d ` , ` histogram2dcontour ` , ` pie ` , ` contour ` and ` scatterternary ` trace modules.
86
86
87
87
| Way to import | Location |
88
88
| ---------------| ----------|
89
89
| dist bundle | ` dist/plotly-cartesian.js ` |
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.1 .js |
94
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.1 .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 |
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 | 617.5 kB | 201.1 kB |
99
+ | 1.6 MB | 618.2 kB | 201.3 kB |
100
100
101
101
### plotly.js geo
102
102
103
- The ` geo ` partial bundle contains the ` scatter ` , ` scattergeo ` and ` choropleth ` trace modules.
103
+ The ` geo ` partial bundle contains the ` scatter ` , ` scattergeo ` and ` choropleth ` trace modules.
104
104
105
105
| Way to import | Location |
106
106
| ---------------| ----------|
107
107
| dist bundle | ` dist/plotly-geo.js ` |
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.1 .js |
112
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.1 .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 |
113
113
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
114
114
115
115
| Raw size | Minified size | Minified + gzip size |
116
116
| ------| -----------------| ------------------------|
117
- | 1.4 MB | 577.8 kB | 191.3 kB |
117
+ | 1.5 MB | 578.6 kB | 191.5 kB |
118
118
119
119
### plotly.js gl3d
120
120
121
- The ` gl3d ` partial bundle contains the ` scatter ` , ` scatter3d ` , ` surface ` and ` mesh3d ` trace modules.
121
+ The ` gl3d ` partial bundle contains the ` scatter ` , ` scatter3d ` , ` surface ` and ` mesh3d ` trace modules.
122
122
123
123
| Way to import | Location |
124
124
| ---------------| ----------|
125
125
| dist bundle | ` dist/plotly-gl3d.js ` |
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.1 .js |
130
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.1 .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 |
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 | 984.4 kB | 310.4 kB |
135
+ | 2.3 MB | 985.1 kB | 310.6 kB |
136
136
137
137
### plotly.js gl2d
138
138
139
- The ` gl2d ` partial bundle contains the ` scatter ` , ` scattergl ` , ` heatmapgl ` and ` contourgl ` trace modules.
139
+ The ` gl2d ` partial bundle contains the ` scatter ` , ` scattergl ` , ` heatmapgl ` and ` contourgl ` trace modules.
140
140
141
141
| Way to import | Location |
142
142
| ---------------| ----------|
143
143
| dist bundle | ` dist/plotly-gl2d.js ` |
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.1 .js |
148
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.1 .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 |
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 kB | 270.8 kB |
153
+ | 2 MB | 854.8 kB | 271 kB |
154
154
155
155
### plotly.js mapbox
156
156
157
- The ` mapbox ` partial bundle contains the ` scatter ` and ` scattermapbox ` trace modules.
157
+ The ` mapbox ` partial bundle contains the ` scatter ` and ` scattermapbox ` trace modules.
158
158
159
159
| Way to import | Location |
160
160
| ---------------| ----------|
161
161
| dist bundle | ` dist/plotly-mapbox.js ` |
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.1 .js |
166
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.1 .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 |
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.2 kB | 284.9 kB |
171
+ | 2.3 MB | 957.9 kB | 285.1 kB |
172
172
173
173
----------------
174
174
0 commit comments