Skip to content

Commit 4845978

Browse files
committed
1.17.3
1 parent 18ee335 commit 4845978

20 files changed

+6065
-5220
lines changed

dist/README.md

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

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

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

4747
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:
5050

5151
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5252
|-----------|---------------|----------------------|---------------------|
53-
| 4 MB | 1.7 MB | 515.2 kB | 4.1 MB |
53+
| 4 MB | 1.7 MB | 515.7 kB | 4.1 MB |
5454

5555
## Partial bundles
5656

@@ -73,13 +73,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7373
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7474
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7575
| 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 |
7878
| CommonJS | `require('plotly.js/lib/index-basic')` |
7979

8080
| Raw size | Minified size | Minified + gzip size |
8181
|------|-----------------|------------------------|
82-
| 1.5 MB | 575.4 kB | 188 kB |
82+
| 1.5 MB | 576.1 kB | 188.2 kB |
8383

8484
### plotly.js cartesian
8585

@@ -91,13 +91,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9191
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9292
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9393
| 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 |
9696
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9797

9898
| Raw size | Minified size | Minified + gzip size |
9999
|------|-----------------|------------------------|
100-
| 1.7 MB | 645.1 kB | 209.1 kB |
100+
| 1.7 MB | 645.8 kB | 209.2 kB |
101101

102102
### plotly.js geo
103103

@@ -109,13 +109,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
109109
| dist bundle (minified) | `dist/plotly-geo.min.js` |
110110
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
111111
| 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 |
114114
| CommonJS | `require('plotly.js/lib/index-geo')` |
115115

116116
| Raw size | Minified size | Minified + gzip size |
117117
|------|-----------------|------------------------|
118-
| 1.5 MB | 604.8 kB | 199 kB |
118+
| 1.5 MB | 605.5 kB | 199.1 kB |
119119

120120
### plotly.js gl3d
121121

@@ -127,13 +127,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
127127
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
128128
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
129129
| 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 |
132132
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
133133

134134
| Raw size | Minified size | Minified + gzip size |
135135
|------|-----------------|------------------------|
136-
| 2.3 MB | 1011.4 kB | 318 kB |
136+
| 2.4 MB | 1013 kB | 318.4 kB |
137137

138138
### plotly.js gl2d
139139

@@ -145,13 +145,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
145145
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
146146
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
147147
| 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 |
150150
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
151151

152152
| Raw size | Minified size | Minified + gzip size |
153153
|------|-----------------|------------------------|
154-
| 2.1 MB | 898.9 kB | 283.5 kB |
154+
| 2.1 MB | 899.7 kB | 283.7 kB |
155155

156156
### plotly.js mapbox
157157

@@ -163,13 +163,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
163163
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
164164
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
165165
| 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 |
168168
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
169169

170170
| Raw size | Minified size | Minified + gzip size |
171171
|------|-----------------|------------------------|
172-
| 2.5 MB | 1 MB | 306.3 kB |
172+
| 2.5 MB | 1 MB | 306.5 kB |
173173

174174
----------------
175175

0 commit comments

Comments
 (0)