Skip to content

Commit a979e55

Browse files
committed
1.16.1
1 parent 6b42acc commit a979e55

20 files changed

+2189
-2725
lines changed

Diff for: dist/README.md

+21-21
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.0.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
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.0.js
43+
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.16.1.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.9 kB | 3.9 MB |
52+
| 3.8 MB | 1.6 MB | 488.7 kB | 3.9 MB |
5353

5454
## Partial bundles
5555

@@ -72,13 +72,13 @@ The `basic` partial bundle contains the `scatter`, `bar`and `pie` trace modules.
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.0.js |
76-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.0.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 |
7777
| CommonJS | `require('plotly.js/lib/index-basic')` |
7878

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

8383
### plotly.js cartesian
8484

@@ -90,13 +90,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
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.0.js |
94-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.0.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 |
9595
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9696

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

101101
### plotly.js geo
102102

@@ -108,13 +108,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo`and `choropleth` tr
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.0.js |
112-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.0.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 |
113113
| CommonJS | `require('plotly.js/lib/index-geo')` |
114114

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

119119
### plotly.js gl3d
120120

@@ -126,13 +126,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface`and `mes
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.0.js |
130-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.0.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 |
131131
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
132132

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

137137
### plotly.js gl2d
138138

@@ -144,13 +144,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `heatmapgl`and `c
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.0.js |
148-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.0.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 |
149149
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
150150

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

155155
### plotly.js mapbox
156156

@@ -162,13 +162,13 @@ The `mapbox` partial bundle contains the `scatter`and `scattermapbox` trace modu
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.0.js |
166-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.0.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 |
167167
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
168168

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

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

0 commit comments

Comments
 (0)