Skip to content

Commit fb9c5f4

Browse files
committed
1.16.2
1 parent a30ca81 commit fb9c5f4

20 files changed

+2864
-2132
lines changed

dist/README.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3636

3737
It be can imported as minified javascript
3838
- 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
4040

4141
or as raw javascript:
4242
- 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
4444
- using CommonJS with `require('plotly.js')`
4545

4646
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:
4949

5050
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5151
|-----------|---------------|----------------------|---------------------|
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 |
5353

5454
## Partial bundles
5555

@@ -64,111 +64,111 @@ Starting in `v1.15.0`, plotly.js also ships with several _partial_ bundles:
6464

6565
### plotly.js basic
6666

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.
6868

6969
| Way to import | Location |
7070
|---------------|----------|
7171
| dist bundle | `dist/plotly-basic.js` |
7272
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7373
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7474
| 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 |
7777
| CommonJS | `require('plotly.js/lib/index-basic')` |
7878

7979
| Raw size | Minified size | Minified + gzip size |
8080
|------|-----------------|------------------------|
81-
| 1.4 MB | 548.4 kB | 180.3 kB |
81+
| 1.4 MB | 549 kB | 180.6 kB |
8282

8383
### plotly.js cartesian
8484

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.
8686

8787
| Way to import | Location |
8888
|---------------|----------|
8989
| dist bundle | `dist/plotly-cartesian.js` |
9090
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9191
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9292
| 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 |
9595
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9696

9797
| Raw size | Minified size | Minified + gzip size |
9898
|------|-----------------|------------------------|
99-
| 1.6 MB | 617.5 kB | 201.1 kB |
99+
| 1.6 MB | 618.2 kB | 201.3 kB |
100100

101101
### plotly.js geo
102102

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.
104104

105105
| Way to import | Location |
106106
|---------------|----------|
107107
| dist bundle | `dist/plotly-geo.js` |
108108
| dist bundle (minified) | `dist/plotly-geo.min.js` |
109109
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
110110
| 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 |
113113
| CommonJS | `require('plotly.js/lib/index-geo')` |
114114

115115
| Raw size | Minified size | Minified + gzip size |
116116
|------|-----------------|------------------------|
117-
| 1.4 MB | 577.8 kB | 191.3 kB |
117+
| 1.5 MB | 578.6 kB | 191.5 kB |
118118

119119
### plotly.js gl3d
120120

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.
122122

123123
| Way to import | Location |
124124
|---------------|----------|
125125
| dist bundle | `dist/plotly-gl3d.js` |
126126
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
127127
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
128128
| 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 |
131131
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
132132

133133
| Raw size | Minified size | Minified + gzip size |
134134
|------|-----------------|------------------------|
135-
| 2.3 MB | 984.4 kB | 310.4 kB |
135+
| 2.3 MB | 985.1 kB | 310.6 kB |
136136

137137
### plotly.js gl2d
138138

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.
140140

141141
| Way to import | Location |
142142
|---------------|----------|
143143
| dist bundle | `dist/plotly-gl2d.js` |
144144
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
145145
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
146146
| 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 |
149149
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
150150

151151
| Raw size | Minified size | Minified + gzip size |
152152
|------|-----------------|------------------------|
153-
| 2 MB | 854 kB | 270.8 kB |
153+
| 2 MB | 854.8 kB | 271 kB |
154154

155155
### plotly.js mapbox
156156

157-
The `mapbox` partial bundle contains the `scatter`and `scattermapbox` trace modules.
157+
The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace modules.
158158

159159
| Way to import | Location |
160160
|---------------|----------|
161161
| dist bundle | `dist/plotly-mapbox.js` |
162162
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
163163
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
164164
| 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 |
167167
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
168168

169169
| Raw size | Minified size | Minified + gzip size |
170170
|------|-----------------|------------------------|
171-
| 2.3 MB | 957.2 kB | 284.9 kB |
171+
| 2.3 MB | 957.9 kB | 285.1 kB |
172172

173173
----------------
174174

0 commit comments

Comments
 (0)