Skip to content

Commit 32d4631

Browse files
committed
2.0.0-rc.1
1 parent 846bbdd commit 32d4631

26 files changed

+17744
-11588
lines changed

dist/README.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ or the un-minified version as:
2222
<script src="mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2323
```
2424

25-
You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
25+
You can get the relevant MathJax files from the internet e.g.
26+
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"
2627

2728
By default, plotly.js will modify the global MathJax configuration on load.
2829
This can lead to undesirable behavior if plotly.js is loaded alongside
@@ -42,7 +43,7 @@ object. This property must be set before the plotly.js script tag, for example:
4243
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
4344
Many other localizations are available - here is an example using Swiss-German (de-CH),
4445
see the contents of this directory for the full list.
45-
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.0.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.1.js
4647
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
4748

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

6667
It be can imported as minified javascript
6768
- using dist file `dist/plotly.min.js`
68-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.min.js OR https://cdn.plot.ly/plotly-2.0.0-rc.0.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
6970

7071
or as raw javascript:
7172
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
7273
- using dist file `dist/plotly.js`
73-
- using CDN URL https://cdn.plot.ly/plotly-latest-v2.js OR https://cdn.plot.ly/plotly-2.0.0-rc.0.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
7475
- using CommonJS with `require('plotly.js')`
7576

7677
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`
@@ -79,7 +80,7 @@ The main plotly.js bundle weights in at:
7980

8081
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
8182
|-----------|---------------|----------------------|---------------------|
82-
| 7.8 MB | 3.3 MB | 1009.2 kB | 8.1 MB |
83+
| 7.8 MB | 3.3 MB | 1011.9 kB | 8.2 MB |
8384

8485
## Partial bundles
8586

@@ -104,22 +105,22 @@ such as inline CSS that we may not be able to include in the main bundle.
104105

105106
### plotly.js basic
106107

107-
The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
108+
The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
108109

109110
#### Stats
110111

111112
| Raw size | Minified size | Minified + gzip size |
112113
|------|-----------------|------------------------|
113-
| 2.7 MB | 993.8 kB | 322.9 kB |
114+
| 2.7 MB | 1000.1 kB | 324.9 kB |
114115

115116
#### CDN links
116117

117118
| Flavor | URL |
118119
| ------ | --- |
119120
| Latest | https://cdn.plot.ly/plotly-basic-latest-v2.js |
120121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest-v2.min.js |
121-
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.0.js |
122-
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.0.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 |
123124

124125
#### npm package (starting in `v1.39.0`)
125126

@@ -157,22 +158,22 @@ npm install plotly.js-basic-dist-min
157158

158159
### plotly.js cartesian
159160

160-
The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `contour`, `scatterternary` and `violin`.
161+
The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `scatter`, `scatterternary` and `violin`.
161162

162163
#### Stats
163164

164165
| Raw size | Minified size | Minified + gzip size |
165166
|------|-----------------|------------------------|
166-
| 3.3 MB | 1.2 MB | 391.7 kB |
167+
| 3.3 MB | 1.2 MB | 393.8 kB |
167168

168169
#### CDN links
169170

170171
| Flavor | URL |
171172
| ------ | --- |
172173
| Latest | https://cdn.plot.ly/plotly-cartesian-latest-v2.js |
173174
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest-v2.min.js |
174-
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.0.js |
175-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.0.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 |
176177

177178
#### npm package (starting in `v1.39.0`)
178179

@@ -210,22 +211,22 @@ npm install plotly.js-cartesian-dist-min
210211

211212
### plotly.js geo
212213

213-
The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `choropleth`.
214+
The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `scattergeo`.
214215

215216
#### Stats
216217

217218
| Raw size | Minified size | Minified + gzip size |
218219
|------|-----------------|------------------------|
219-
| 2.8 MB | 1020.4 kB | 332.9 kB |
220+
| 2.8 MB | 1 MB | 334.7 kB |
220221

221222
#### CDN links
222223

223224
| Flavor | URL |
224225
| ------ | --- |
225226
| Latest | https://cdn.plot.ly/plotly-geo-latest-v2.js |
226227
| Latest minified | https://cdn.plot.ly/plotly-geo-latest-v2.min.js |
227-
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.0.js |
228-
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.0.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 |
229230

230231
#### npm package (starting in `v1.39.0`)
231232

@@ -263,22 +264,22 @@ npm install plotly.js-geo-dist-min
263264

264265
### plotly.js gl3d
265266

266-
The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surface`, `mesh3d`, `isosurface`, `volume`, `cone` and `streamtube`.
267+
The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`, `scatter`, `scatter3d`, `streamtube`, `surface` and `volume`.
267268

268269
#### Stats
269270

270271
| Raw size | Minified size | Minified + gzip size |
271272
|------|-----------------|------------------------|
272-
| 3.8 MB | 1.5 MB | 478.3 kB |
273+
| 3.8 MB | 1.5 MB | 480.4 kB |
273274

274275
#### CDN links
275276

276277
| Flavor | URL |
277278
| ------ | --- |
278279
| Latest | https://cdn.plot.ly/plotly-gl3d-latest-v2.js |
279280
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest-v2.min.js |
280-
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.0.js |
281-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.0.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 |
282283

283284
#### npm package (starting in `v1.39.0`)
284285

@@ -316,22 +317,22 @@ npm install plotly.js-gl3d-dist-min
316317

317318
### plotly.js gl2d
318319

319-
The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`, `pointcloud`, `heatmapgl` and `parcoords`.
320+
The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `pointcloud`, `scatter`, `scattergl` and `splom`.
320321

321322
#### Stats
322323

323324
| Raw size | Minified size | Minified + gzip size |
324325
|------|-----------------|------------------------|
325-
| 3.8 MB | 1.5 MB | 498.9 kB |
326+
| 3.8 MB | 1.5 MB | 500.8 kB |
326327

327328
#### CDN links
328329

329330
| Flavor | URL |
330331
| ------ | --- |
331332
| Latest | https://cdn.plot.ly/plotly-gl2d-latest-v2.js |
332333
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest-v2.min.js |
333-
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.0.js |
334-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.0.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 |
335336

336337
#### npm package (starting in `v1.39.0`)
337338

@@ -369,22 +370,22 @@ npm install plotly.js-gl2d-dist-min
369370

370371
### plotly.js mapbox
371372

372-
The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `choroplethmapbox` and `densitymapbox`.
373+
The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitymapbox`, `scatter` and `scattermapbox`.
373374

374375
#### Stats
375376

376377
| Raw size | Minified size | Minified + gzip size |
377378
|------|-----------------|------------------------|
378-
| 4.3 MB | 1.7 MB | 520.7 kB |
379+
| 4.3 MB | 1.7 MB | 522.5 kB |
379380

380381
#### CDN links
381382

382383
| Flavor | URL |
383384
| ------ | --- |
384385
| Latest | https://cdn.plot.ly/plotly-mapbox-latest-v2.js |
385386
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest-v2.min.js |
386-
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.0.js |
387-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.0.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 |
388389

389390
#### npm package (starting in `v1.39.0`)
390391

@@ -422,22 +423,22 @@ npm install plotly.js-mapbox-dist-min
422423

423424
### plotly.js finance
424425

425-
The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel`, `waterfall` and `indicator`.
426+
The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funnel`, `funnelarea`, `histogram`, `indicator`, `ohlc`, `pie`, `scatter` and `waterfall`.
426427

427428
#### Stats
428429

429430
| Raw size | Minified size | Minified + gzip size |
430431
|------|-----------------|------------------------|
431-
| 2.9 MB | 1.1 MB | 348.7 kB |
432+
| 2.9 MB | 1.1 MB | 351 kB |
432433

433434
#### CDN links
434435

435436
| Flavor | URL |
436437
| ------ | --- |
437438
| Latest | https://cdn.plot.ly/plotly-finance-latest-v2.js |
438439
| Latest minified | https://cdn.plot.ly/plotly-finance-latest-v2.min.js |
439-
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.0.js |
440-
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.0.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 |
441442

442443
#### npm package (starting in `v1.39.0`)
443444

@@ -475,22 +476,22 @@ npm install plotly.js-finance-dist-min
475476

476477
### plotly.js strict
477478

478-
The `strict` partial bundle contains trace modules `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `contour`, `scatterternary`, `violin`, `funnel`, `waterfall`, `image`, `pie`, `sunburst`, `treemap`, `funnelarea`, `scattergeo`, `choropleth`, `scattergl`, `splom`, `parcoords`, `parcats`, `scattermapbox`, `choroplethmapbox`, `densitymapbox`, `sankey`, `indicator`, `table`, `carpet`, `scattercarpet`, `contourcarpet`, `ohlc`, `candlestick`, `scatterpolar`, `scatterpolargl` and `barpolar`.
479+
The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `candlestick`, `carpet`, `choropleth`, `choroplethmapbox`, `contour`, `contourcarpet`, `densitymapbox`, `funnel`, `funnelarea`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `indicator`, `ohlc`, `parcats`, `parcoords`, `pie`, `sankey`, `scatter`, `scattercarpet`, `scattergeo`, `scattergl`, `scattermapbox`, `scatterpolar`, `scatterpolargl`, `scatterternary`, `splom`, `sunburst`, `table`, `treemap`, `violin` and `waterfall`.
479480

480481
#### Stats
481482

482483
| Raw size | Minified size | Minified + gzip size |
483484
|------|-----------------|------------------------|
484-
| 6.6 MB | 2.7 MB | 830.3 kB |
485+
| 6.6 MB | 2.7 MB | 832.5 kB |
485486

486487
#### CDN links
487488

488489
| Flavor | URL |
489490
| ------ | --- |
490491
| Latest | https://cdn.plot.ly/plotly-strict-latest-v2.js |
491492
| Latest minified | https://cdn.plot.ly/plotly-strict-latest-v2.min.js |
492-
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.0.js |
493-
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.0.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 |
494495

495496
#### npm package (starting in `v1.39.0`)
496497

0 commit comments

Comments
 (0)