Skip to content

Commit f4c28b3

Browse files
authored
Revert "Rotate axis labels that are longer than 4 characters in 3D scenes (issue #3077)"
1 parent 68bd3f7 commit f4c28b3

File tree

76 files changed

+600806
-612941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+600806
-612941
lines changed

dist/README.md

+8-21
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ or the un-minified version as:
3333

3434
You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
3535

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-
4936
### To include localization
5037

5138
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:
8875

8976
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
9077
|-----------|---------------|----------------------|---------------------|
91-
| 6 MB | 2.7 MB | 830.5 kB | 6.2 MB |
78+
| 5.8 MB | 2.7 MB | 819.8 kB | 6 MB |
9279

9380
## Partial bundles
9481

@@ -111,7 +98,7 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
11198

11299
| Raw size | Minified size | Minified + gzip size |
113100
|------|-----------------|------------------------|
114-
| 2.2 MB | 782.9 kB | 256.2 kB |
101+
| 2.2 MB | 775.4 kB | 254.1 kB |
115102

116103
#### CDN links
117104

@@ -157,7 +144,7 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
157144

158145
| Raw size | Minified size | Minified + gzip size |
159146
|------|-----------------|------------------------|
160-
| 2.6 MB | 895.4 kB | 291.5 kB |
147+
| 2.5 MB | 885.7 kB | 288.7 kB |
161148

162149
#### CDN links
163150

@@ -203,7 +190,7 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
203190

204191
| Raw size | Minified size | Minified + gzip size |
205192
|------|-----------------|------------------------|
206-
| 2.3 MB | 803.7 kB | 264.7 kB |
193+
| 2.2 MB | 798.5 kB | 263.2 kB |
207194

208195
#### CDN links
209196

@@ -249,7 +236,7 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
249236

250237
| Raw size | Minified size | Minified + gzip size |
251238
|------|-----------------|------------------------|
252-
| 3.3 MB | 1.3 MB | 413.9 kB |
239+
| 3.2 MB | 1.3 MB | 411.4 kB |
253240

254241
#### CDN links
255242

@@ -295,7 +282,7 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
295282

296283
| Raw size | Minified size | Minified + gzip size |
297284
|------|-----------------|------------------------|
298-
| 3.4 MB | 1.3 MB | 432.6 kB |
285+
| 3.3 MB | 1.3 MB | 431.3 kB |
299286

300287
#### CDN links
301288

@@ -341,7 +328,7 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
341328

342329
| Raw size | Minified size | Minified + gzip size |
343330
|------|-----------------|------------------------|
344-
| 2.8 MB | 1.3 MB | 402.5 kB |
331+
| 2.7 MB | 1.3 MB | 400.9 kB |
345332

346333
#### CDN links
347334

@@ -387,7 +374,7 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
387374

388375
| Raw size | Minified size | Minified + gzip size |
389376
|------|-----------------|------------------------|
390-
| 2.3 MB | 814.6 kB | 265.8 kB |
377+
| 2.3 MB | 805.5 kB | 263 kB |
391378

392379
#### CDN links
393380

dist/plot-schema.json

+422-1,292
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)