@@ -22,7 +22,8 @@ or the un-minified version as:
22
22
<script src =" mathjax/MathJax.js?config=TeX-AMS-MML_SVG" ></script >
23
23
```
24
24
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 "
26
27
27
28
By default, plotly.js will modify the global MathJax configuration on load.
28
29
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:
42
43
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
43
44
Many other localizations are available - here is an example using Swiss-German (de-CH),
44
45
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
46
47
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
47
48
48
49
* After* the plotly.js script tag, add:
@@ -65,12 +66,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
65
66
66
67
It be can imported as minified javascript
67
68
- 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
69
70
70
71
or as raw javascript:
71
72
- using the ` plotly.js-dist ` npm package (starting in ` v1.39.0 ` )
72
73
- 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
74
75
- using CommonJS with ` require('plotly.js') `
75
76
76
77
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:
79
80
80
81
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
81
82
| -----------| ---------------| ----------------------| ---------------------|
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 |
83
84
84
85
## Partial bundles
85
86
@@ -104,22 +105,22 @@ such as inline CSS that we may not be able to include in the main bundle.
104
105
105
106
### plotly.js basic
106
107
107
- The ` basic ` partial bundle contains trace modules ` scatter ` , ` bar ` and ` pie ` .
108
+ The ` basic ` partial bundle contains trace modules ` bar ` , ` pie ` and ` scatter ` .
108
109
109
110
#### Stats
110
111
111
112
| Raw size | Minified size | Minified + gzip size |
112
113
| ------| -----------------| ------------------------|
113
- | 2.7 MB | 993.8 kB | 322 .9 kB |
114
+ | 2.7 MB | 1000.1 kB | 324 .9 kB |
114
115
115
116
#### CDN links
116
117
117
118
| Flavor | URL |
118
119
| ------ | --- |
119
120
| Latest | https://cdn.plot.ly/plotly-basic-latest-v2.js |
120
121
| 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 |
123
124
124
125
#### npm package (starting in ` v1.39.0 ` )
125
126
@@ -157,22 +158,22 @@ npm install plotly.js-basic-dist-min
157
158
158
159
### plotly.js cartesian
159
160
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 ` .
161
162
162
163
#### Stats
163
164
164
165
| Raw size | Minified size | Minified + gzip size |
165
166
| ------| -----------------| ------------------------|
166
- | 3.3 MB | 1.2 MB | 391.7 kB |
167
+ | 3.3 MB | 1.2 MB | 393.8 kB |
167
168
168
169
#### CDN links
169
170
170
171
| Flavor | URL |
171
172
| ------ | --- |
172
173
| Latest | https://cdn.plot.ly/plotly-cartesian-latest-v2.js |
173
174
| 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 |
176
177
177
178
#### npm package (starting in ` v1.39.0 ` )
178
179
@@ -210,22 +211,22 @@ npm install plotly.js-cartesian-dist-min
210
211
211
212
### plotly.js geo
212
213
213
- The ` geo ` partial bundle contains trace modules ` scatter ` , ` scattergeo ` and ` choropleth ` .
214
+ The ` geo ` partial bundle contains trace modules ` choropleth ` , ` scatter ` and ` scattergeo ` .
214
215
215
216
#### Stats
216
217
217
218
| Raw size | Minified size | Minified + gzip size |
218
219
| ------| -----------------| ------------------------|
219
- | 2.8 MB | 1020.4 kB | 332.9 kB |
220
+ | 2.8 MB | 1 MB | 334.7 kB |
220
221
221
222
#### CDN links
222
223
223
224
| Flavor | URL |
224
225
| ------ | --- |
225
226
| Latest | https://cdn.plot.ly/plotly-geo-latest-v2.js |
226
227
| 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 |
229
230
230
231
#### npm package (starting in ` v1.39.0 ` )
231
232
@@ -263,22 +264,22 @@ npm install plotly.js-geo-dist-min
263
264
264
265
### plotly.js gl3d
265
266
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 ` .
267
268
268
269
#### Stats
269
270
270
271
| Raw size | Minified size | Minified + gzip size |
271
272
| ------| -----------------| ------------------------|
272
- | 3.8 MB | 1.5 MB | 478.3 kB |
273
+ | 3.8 MB | 1.5 MB | 480.4 kB |
273
274
274
275
#### CDN links
275
276
276
277
| Flavor | URL |
277
278
| ------ | --- |
278
279
| Latest | https://cdn.plot.ly/plotly-gl3d-latest-v2.js |
279
280
| 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 |
282
283
283
284
#### npm package (starting in ` v1.39.0 ` )
284
285
@@ -316,22 +317,22 @@ npm install plotly.js-gl3d-dist-min
316
317
317
318
### plotly.js gl2d
318
319
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 ` .
320
321
321
322
#### Stats
322
323
323
324
| Raw size | Minified size | Minified + gzip size |
324
325
| ------| -----------------| ------------------------|
325
- | 3.8 MB | 1.5 MB | 498.9 kB |
326
+ | 3.8 MB | 1.5 MB | 500.8 kB |
326
327
327
328
#### CDN links
328
329
329
330
| Flavor | URL |
330
331
| ------ | --- |
331
332
| Latest | https://cdn.plot.ly/plotly-gl2d-latest-v2.js |
332
333
| 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 |
335
336
336
337
#### npm package (starting in ` v1.39.0 ` )
337
338
@@ -369,22 +370,22 @@ npm install plotly.js-gl2d-dist-min
369
370
370
371
### plotly.js mapbox
371
372
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 ` .
373
374
374
375
#### Stats
375
376
376
377
| Raw size | Minified size | Minified + gzip size |
377
378
| ------| -----------------| ------------------------|
378
- | 4.3 MB | 1.7 MB | 520.7 kB |
379
+ | 4.3 MB | 1.7 MB | 522.5 kB |
379
380
380
381
#### CDN links
381
382
382
383
| Flavor | URL |
383
384
| ------ | --- |
384
385
| Latest | https://cdn.plot.ly/plotly-mapbox-latest-v2.js |
385
386
| 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 |
388
389
389
390
#### npm package (starting in ` v1.39.0 ` )
390
391
@@ -422,22 +423,22 @@ npm install plotly.js-mapbox-dist-min
422
423
423
424
### plotly.js finance
424
425
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 ` .
426
427
427
428
#### Stats
428
429
429
430
| Raw size | Minified size | Minified + gzip size |
430
431
| ------| -----------------| ------------------------|
431
- | 2.9 MB | 1.1 MB | 348.7 kB |
432
+ | 2.9 MB | 1.1 MB | 351 kB |
432
433
433
434
#### CDN links
434
435
435
436
| Flavor | URL |
436
437
| ------ | --- |
437
438
| Latest | https://cdn.plot.ly/plotly-finance-latest-v2.js |
438
439
| 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 |
441
442
442
443
#### npm package (starting in ` v1.39.0 ` )
443
444
@@ -475,22 +476,22 @@ npm install plotly.js-finance-dist-min
475
476
476
477
### plotly.js strict
477
478
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 ` .
479
480
480
481
#### Stats
481
482
482
483
| Raw size | Minified size | Minified + gzip size |
483
484
| ------| -----------------| ------------------------|
484
- | 6.6 MB | 2.7 MB | 830.3 kB |
485
+ | 6.6 MB | 2.7 MB | 832.5 kB |
485
486
486
487
#### CDN links
487
488
488
489
| Flavor | URL |
489
490
| ------ | --- |
490
491
| Latest | https://cdn.plot.ly/plotly-strict-latest-v2.js |
491
492
| 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 |
494
495
495
496
#### npm package (starting in ` v1.39.0 ` )
496
497
0 commit comments