8000 2.0.0-rc.2 · lineCode/plotly.js@f83a962 · GitHub
[go: up one dir, main page]

Skip to content
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 f83a962

Browse files
committed
2.0.0-rc.2
1 parent c74be05 commit f83a962

26 files changed

+79031
-73340
lines changed

dist/README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object. This property must be set before the plotly.js script tag, for example:
4343
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
4444
Many other localizations are available - here is an example using Swiss-German (de-CH),
4545
see the contents of this directory for the full list.
46-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest-v2.js OR https://cdn.plot.ly/plotly-locale-de-ch-2.0.0-rc.1.js
46+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest-v2.js OR https://cdn.plot.ly/plotly-locale-de-ch-2.0.0-rc.2.js
4747
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
4848

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

6767
It be can imported as minified javascript
6868
- using dist file `dist/plotly.min.js`
69-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.min.js OR https://cdn.plot.ly/plotly-2.0.0-rc.1.min.js
69+
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.min.js OR https://cdn.plot.ly/plotly-2.0.0-rc.2.min.js
7070

7171
or as raw javascript:
7272
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
7373
- using dist file `dist/plotly.js`
74-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.js OR https://cdn.plot.ly/plotly-2.0.0-rc.1.js
74+
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.js OR https://cdn.plot.ly/plotly-2.0.0-rc.2.js
7575
- using CommonJS with `require('plotly.js')`
7676

7777
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plotly.com/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -80,7 +80,7 @@ The main plotly.js bundle weights in at:
8080

8181
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
8282
|-----------|---------------|----------------------|---------------------|
83-
| 7.8 MB | 3.3 MB | 1011.9 kB | 8.2 MB |
83+
| 7.9 MB | 3.3 MB | 1015.1 kB | 8.2 MB |
8484

8585
## Partial bundles
8686

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

112112
| Raw size | Minified size | Minified + gzip size |
113113
|------|-----------------|------------------------|
114-
| 2.7 MB | 1000.1 kB | 324.9 kB |
114+
| 2.7 MB | 1003.6 kB | 325.9 kB |
115115

116116
#### CDN links
117117

118118
| Flavor | URL |
119119
| ------ | --- |
120120
| Latest | https://cdn.plot.ly/plotly-basic-latest-v2.js |
121121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest-v2.min.js |
122-
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.1.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.1.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.2.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.2.min.js |
124124

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

@@ -164,16 +164,16 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
164164

165165
| Raw size | Minified size | Minified + gzip size |
166166
|------|-----------------|------------------------|
167-
| 3.3 MB | 1.2 MB | 393.8 kB |
167+
| 3.3 MB | 1.2 MB | 397.1 kB |
168168

169169
#### CDN links
170170

171171
| Flavor | URL |
172172
| ------ | --- |
173173
| Latest | https://cdn.plot.ly/plotly-cartesian-latest-v2.js |
174174
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest-v2.min.js |
175-
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.1.js |
176-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.1.min.js |
175+
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.2.js |
176+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.2.min.js |
177177

178178
#### npm package (starting in `v1.39.0`)
179179

@@ -217,16 +217,16 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
217217

218218
| Raw size | Minified size | Minified + gzip size |
219219
|------|-----------------|------------------------|
220-
| 2.8 MB | 1 MB | 334.7 kB |
220+
| 2.8 MB | 1 MB | 335.7 kB |
221221

222222
#### CDN links
223223

224224
| Flavor | URL |
225225
| ------ | --- |
226226
| Latest | https://cdn.plot.ly/plotly-geo-latest-v2.js |
227227
| Latest minified | https://cdn.plot.ly/plotly-geo-latest-v2.min.js |
228-
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.1.js |
229-
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.1.min.js |
228+
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.2.js |
229+
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.2.min.js |
230230

231231
#### npm package (starting in `v1.39.0`)
232232

@@ -270,16 +270,16 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
270270

271271
| Raw size | Minified size | Minified + gzip size |
272272
|------|-----------------|------------------------|
273-
| 3.8 MB | 1.5 MB | 480.4 kB |
273+
| 3.8 MB | 1.5 MB | 481.3 kB |
274274

275275
#### CDN links
276276

277277
| Flavor | URL |
278278
| ------ | --- |
279279
| Latest | https://cdn.plot.ly/plotly-gl3d-latest-v2.js |
280280
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest-v2.min.js |
281-
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.1.js |
282-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.1.min.js |
281+
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.2.js |
282+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.2.min.js |
283283

284284
#### npm package (starting in `v1.39.0`)
285285

@@ -323,16 +323,16 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
323323

324324
| Raw size | Minified size | Minified + gzip size |
325325
|------|-----------------|------------------------|
326-
| 3.8 MB | 1.5 MB | 500.8 kB |
326+
| 3.8 MB | 1.5 MB | 501.8 kB |
327327

328328
#### CDN links
329329

330330
| Flavor | URL |
331331
| ------ | --- |
332332
| Latest | https://cdn.plot.ly/plotly-gl2d-latest-v2.js |
333333
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest-v2.min.js |
334-
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.1.js |
335-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.1.min.js |
334+
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.2.js |
335+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.2.min.js |
336336

337337
#### npm package (starting in `v1.39.0`)
338338

@@ -376,16 +376,16 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
376376

377377
| Raw size | Minified size | Minified + gzip size |
378378
|------|-----------------|------------------------|
379-
| 4.3 MB | 1.7 MB | 522.5 kB |
379+
| 4.3 MB | 1.7 MB | 523.4 kB |
380380

381381
#### CDN links
382382

383383
| Flavor | URL |
384384
| ------ | --- |
385385
| Latest | https://cdn.plot.ly/plotly-mapbox-latest-v2.js |
386386
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest-v2.min.js |
387-
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.1.js |
388-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.1.min.js |
387+
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.2.js |
388+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.2.min.js |
389389

390390
#### npm package (starting in `v1.39.0`)
391391

@@ -429,16 +429,16 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
429429

430430
| Raw size | Minified size | Minified + gzip size |
431431
|------|-----------------|------------------------|
432-
| 2.9 MB | 1.1 MB | 351 kB |
432+
| 2.9 MB | 1.1 MB | 352 kB |
433433

434434
#### CDN links
435435

436436
| Flavor | URL |
437437
| ------ | --- |
438438
| Latest | https://cdn.plot.ly/plotly-finance-latest-v2.js |
439439
| Latest minified | https://cdn.plot.ly/plotly-finance-latest-v2.min.js |
440-
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.1.js |
441-
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.1.min.js |
440+
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.2.js |
441+
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.2.min.js |
442442

443443
#### npm package (starting in `v1.39.0`)
444444

@@ -482,16 +482,16 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
482482

483483
| Raw size | Minified size | Minified + gzip size |
484484
|------|-----------------|------------------------|
485-
| 6.6 MB | 2.7 MB | 832.5 kB |
485+
| 6.6 MB | 2.8 MB | 835.8 kB |
486486

487487
#### CDN links
488488

489489
| Flavor | URL |
490490
| ------ | --- |
491491
| Latest | https://cdn.plot.ly/plotly-strict-latest-v2.js |
492492
| Latest minified | https://cdn.plot.ly/plotly-strict-latest-v2.min.js |
493-
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.1.js |
494-
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.1.min.js |
493+
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.2.js |
494+
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.2.min.js |
495495

496496
#### npm package (starting in `v1.39.0`)
497497

0 commit comments

Comments
 (0)
0