@@ -33,19 +33,6 @@ or the un-minified version as:
33
33
34
34
You can grab the relevant MathJax files in ` ./dist/extras/mathjax/ ` .
35
35
36
- By default, plotly.js will modify the global MathJax configuration on load.
37
- This can lead to undesirable behavior if plotly.js is loaded alongside
38
- other libraries that also rely on MathJax. To disable this global configuration
39
- process, set the ` MathJaxConfig ` property to ` 'local' ` in the ` window.PlotlyConfig `
40
- object. This property must be set before the plotly.js script tag, for example:
41
-
42
- ``` html
43
- <script >
44
- window .PlotlyConfig = {MathJaxConfig: ' local' }
45
- </script >
46
- <script src =" plotly.min.js" ></script >
47
- ```
48
-
49
36
### To include localization
50
37
51
38
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
@@ -88,7 +75,7 @@ The main plotly.js bundle weights in at:
88
75
89
76
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
90
77
| -----------| ---------------| ----------------------| ---------------------|
91
- | 6 MB | 2.7 MB | 830.5 kB | 6.2 MB |
78
+ | 5.8 MB | 2.7 MB | 819.8 kB | 6 MB |
92
79
93
80
## Partial bundles
94
81
@@ -111,7 +98,7 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
111
98
112
99
| Raw size | Minified size | Minified + gzip size |
113
100
| ------| -----------------| ------------------------|
114
- | 2.2 MB | 782.9 kB | 256.2 kB |
101
+ | 2.2 MB | 775.4 kB | 254.1 kB |
115
102
116
103
#### CDN links
117
104
@@ -157,7 +144,7 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
157
144
158
145
| Raw size | Minified size | Minified + gzip size |
159
146
| ------| -----------------| ------------------------|
160
- | 2.6 MB | 895.4 kB | 291.5 kB |
147
+ | 2.5 MB | 885.7 kB | 288.7 kB |
161
148
162
149
#### CDN links
163
150
@@ -203,7 +190,7 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
203
190
204
191
| Raw size | Minified size | Minified + gzip size |
205
192
| ------| -----------------| ------------------------|
206
- | 2.3 MB | 803.7 kB | 264.7 kB |
193
+ | 2.2 MB | 798.5 kB | 263.2 kB |
207
194
208
195
#### CDN links
209
196
@@ -249,7 +236,7 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
249
236
250
237
| Raw size | Minified size | Minified + gzip size |
251
238
| ------| -----------------| ------------------------|
252
- | 3.3 MB | 1.3 MB | 413.9 kB |
239
+ | 3.2 MB | 1.3 MB | 411.4 kB |
253
240
254
241
#### CDN links
255
242
@@ -295,7 +282,7 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
295
282
296
283
| Raw size | Minified size | Minified + gzip size |
297
284
| ------| -----------------| ------------------------|
298
- | 3.4 MB | 1.3 MB | 432.6 kB |
285
+ | 3.3 MB | 1.3 MB | 431.3 kB |
299
286
300
287
#### CDN links
301
288
@@ -341,7 +328,7 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
341
328
342
329
| Raw size | Minified size | Minified + gzip size |
343
330
| ------| -----------------| ------------------------|
344
- | 2.8 MB | 1.3 MB | 402.5 kB |
331
+ | 2.7 MB | 1.3 MB | 400.9 kB |
345
332
346
333
#### CDN links
347
334
@@ -387,7 +374,7 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
387
374
388
375
| Raw size | Minified size | Minified + gzip size |
389
376
| ------| -----------------| ------------------------|
390
- | 2.3 MB | 814.6 kB | 265.8 kB |
377
+ | 2.3 MB | 805.5 kB | 263 kB |
391
378
392
379
#### CDN links
393
380
0 commit comments