Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6e6828

Browse filesBrowse files
committed
1.48.0
1 parent bac7024 commit f6e6828
Copy full SHA for f6e6828
Expand file treeCollapse file tree

26 files changed

+46896
-30246
lines changed

‎dist/README.md

Copy file name to clipboardExpand all lines: dist/README.md
+26-26Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
5151
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
5252
Many other localizations are available - here is an example using Swiss-German (de-CH),
5353
see the contents of this directory for the full list.
54-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.47.4.js
54+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.48.0.js
5555
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
5656

5757
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
7474

7575
It be can imported as minified javascript
7676
- using dist file `dist/plotly.min.js`
77-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.47.4.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.0.min.js
7878

7979
or as raw javascript:
8080
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
8181
- using dist file `dist/plotly.js`
82-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.47.4.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.0.js
8383
- using CommonJS with `require('plotly.js')`
8484

8585
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`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
8888

8989
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
9090
|-----------|---------------|----------------------|---------------------|
91-
| 6.3 MB | 2.9 MB | 883.5 kB | 6.6 MB |
91+
| 6.4 MB | 2.9 MB | 892.6 kB | 6.7 MB |
9292

9393
## Partial bundles
9494

@@ -111,16 +111,16 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
111111

112112
| Raw size | Minified size | Minified + gzip size |
113113
|------|-----------------|------------------------|
114-
| 2.3 MB | 822.2 kB | 269.2 kB |
114+
| 2.3 MB | 831.8 kB | 272.8 kB |
115115

116116
#### CDN links
117117

118118
| Flavor | URL |
119119
| ------ | --- |
120120
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
121121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
122-
| Tagged | https://cdn.plot.ly/plotly-basic-1.47.4.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.47.4.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.48.0.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.48.0.min.js |
124124

125125
#### npm package (starting in `v1.39.0`)
126126

@@ -157,16 +157,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
157157

158158
| Raw size | Minified size | Minified + gzip size |
159159
|------|-----------------|------------------------|
160-
| 2.6 MB | 937.9 kB | 305.7 kB |
160+
| 2.6 MB | 948.2 kB | 309.8 kB |
161161

162162
#### CDN links
163163

164164
| Flavor | URL |
165165
| ------ | --- |
166166
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
167167
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
168-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.47.4.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.47.4.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.48.0.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.48.0.min.js |
170170

171171
#### npm package (starting in `v1.39.0`)
172172

@@ -203,16 +203,16 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
203203

204204
| Raw size | Minified size | Minified + gzip size |
205205
|------|-----------------|------------------------|
206-
| 2.3 MB | 837.7 kB | 276.3 kB |
206+
| 2.3 MB | 845.3 kB | 278.9 kB |
207207

208208
#### CDN links
209209

210210
| Flavor | URL |
211211
| ------ | --- |
212212
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
213213
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
214-
| Tagged | https://cdn.plot.ly/plotly-geo-1.47.4.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.47.4.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.48.0.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.48.0.min.js |
216216

217217
#### npm package (starting in `v1.39.0`)
218218

@@ -249,16 +249,16 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
249249

250250
| Raw size | Minified size | Minified + gzip size |
251251
|------|-----------------|------------------------|
252-
| 3.4 MB | 1.4 MB | 433 kB |
252+
| 3.4 MB | 1.4 MB | 435.5 kB |
253253

254254
#### CDN links
255255

256256
| Flavor | URL |
257257
| ------ | --- |
258258
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
259259
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
260-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.47.4.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.47.4.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.48.0.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.48.0.min.js |
262262

263263
#### npm package (starting in `v1.39.0`)
264264

@@ -295,16 +295,16 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
295295

296296
| Raw size | Minified size | Minified + gzip size |
297297
|------|-----------------|------------------------|
298-
| 3.4 MB | 1.4 MB | 446 kB |
298+
| 3.4 MB | 1.4 MB | 450.7 kB |
299299

300300
#### CDN links
301301

302302
| Flavor | URL |
303303
| ------ | --- |
304304
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
305305
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
306-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.47.4.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.47.4.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.48.0.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.48.0.min.js |
308308

309309
#### npm package (starting in `v1.39.0`)
310310

@@ -341,16 +341,16 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
341341

342342
| Raw size | Minified size | Minified + gzip size |
343343
|------|-----------------|------------------------|
344-
| 2.8 MB | 1.4 MB | 414.1 kB |
344+
| 2.8 MB | 1.4 MB | 416.6 kB |
345345

346346
#### CDN links
347347

348348
| Flavor | URL |
349349
| ------ | --- |
350350
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
351351
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
352-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.47.4.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.47.4.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.48.0.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.48.0.min.js |
354354

355355
#### npm package (starting in `v1.39.0`)
356356

@@ -381,22 +381,22 @@ var Plotly = require('plotly.js-mapbox-dist');
381381

382382
### plotly.js finance
383383

384-
The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `ohlc`, `candlestick` and `waterfall`.
384+
The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel` and `waterfall`.
385385

386386
#### Stats
387387

388388
| Raw size | Minified size | Minified + gzip size |
389389
|------|-----------------|------------------------|
390-
| 2.4 MB | 864.5 kB | 281.7 kB |
390+
| 2.5 MB | 893.1 kB | 290.1 kB |
391391

392392
#### CDN links
393393

394394
| Flavor | URL |
395395
| ------ | --- |
396396
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
397397
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
398-
| Tagged | https://cdn.plot.ly/plotly-finance-1.47.4.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.47.4.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.48.0.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.48.0.min.js |
400400

401401
#### npm package (starting in `v1.39.0`)
402402

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.