Skip to content

Commit 19c0683

Browse files
committed
1.49.4
1 parent 9e4260d commit 19c0683

23 files changed

+98
-71
lines changed

Diff for: dist/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
5151
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
5252
Many other localizations are available - here is an example using Swiss-German (de-CH),
5353
see the contents of this directory for the full list.
54-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.49.3.js
54+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.49.4.js
5555
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
5656

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

7575
It be can imported as minified javascript
7676
- using dist file `dist/plotly.min.js`
77-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.49.3.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.49.4.min.js
7878

7979
or as raw javascript:
8080
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
8181
- using dist file `dist/plotly.js`
82-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.49.3.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.49.4.js
8383
- using CommonJS with `require('plotly.js')`
8484

8585
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -119,8 +119,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
119119
| ------ | --- |
120120
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
121121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
122-
| Tagged | https://cdn.plot.ly/plotly-basic-1.49.3.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.49.3.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.49.4.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.49.4.min.js |
124124

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

@@ -165,8 +165,8 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
165165
| ------ | --- |
166166
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
167167
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
168-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.49.3.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.49.3.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.49.4.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.49.4.min.js |
170170

171171
#### npm package (starting in `v1.39.0`)
172172

@@ -211,8 +211,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
211211
| ------ | --- |
212212
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
213213
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
214-
| Tagged | https://cdn.plot.ly/plotly-geo-1.49.3.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.49.3.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.49.4.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.49.4.min.js |
216216

217217
#### npm package (starting in `v1.39.0`)
218218

@@ -249,16 +249,16 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
249249

250250
| Raw size | Minified size | Minified + gzip size |
251251
|------|-----------------|------------------------|
252-
| 3.4 MB | 1.4 MB | 437 kB |
252+
| 3.4 MB | 1.4 MB | 437.1 kB |
253253

254254
#### CDN links
255255

256256
| Flavor | URL |
257257
| ------ | --- |
258258
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
259259
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
260-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.49.3.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.49.3.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.49.4.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.49.4.min.js |
262262

263263
#### npm package (starting in `v1.39.0`)
264264

@@ -303,8 +303,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
303303
| ------ | --- |
304304
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
305305
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
306-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.49.3.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.49.3.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.49.4.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.49.4.min.js |
308308

309309
#### npm package (starting in `v1.39.0`)
310310

@@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `
349349
| ------ | --- |
350350
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
351351
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
352-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.49.3.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.49.3.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.49.4.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.49.4.min.js |
354354

355355
#### npm package (starting in `v1.39.0`)
356356

@@ -387,16 +387,16 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
387387

388388
| Raw size | Minified size | Minified + gzip size |
389389
|------|-----------------|------------------------|
390-
| 2.5 MB | 921.3 kB | 298.7 kB |
390+
| 2.5 MB | 921.4 kB | 298.8 kB |
391391

392392
#### CDN links
393393

394394
| Flavor | URL |
395395
| ------ | --- |
396396
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
397397
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
398-
| Tagged | https://cdn.plot.ly/plotly-finance-1.49.3.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.49.3.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.49.4.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.49.4.min.js |
400400

401401
#### npm package (starting in `v1.39.0`)
402402

Diff for: dist/plotly-basic.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.49.3
2+
* plotly.js (basic) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -33991,7 +33991,7 @@ exports.svgAttrs = {
3399133991
'use strict';
3399233992

3399333993
// package version injected by `npm run preprocess`
33994-
exports.version = '1.49.3';
33994+
exports.version = '1.49.4';
3399533995

3399633996
// inject promise polyfill
3399733997
_dereq_('es6-promise').polyfill();
@@ -51411,7 +51411,9 @@ axes.drawOne = function(gd, ax, opts) {
5141151411
transFn: transFn
5141251412
});
5141351413

51414-
tickSubplots = Object.keys(ax._linepositions || {});
51414+
if(ax.mirror === 'allticks') {
51415+
tickSubplots = Object.keys(ax._linepositions || {});
51416+
}
5141551417
}
5141651418

5141751419
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-basic.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-cartesian.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.49.3
2+
* plotly.js (cartesian) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34141,7 +34141,7 @@ exports.svgAttrs = {
3414134141
'use strict';
3414234142

3414334143
// package version injected by `npm run preprocess`
34144-
exports.version = '1.49.3';
34144+
exports.version = '1.49.4';
3414534145

3414634146
// inject promise polyfill
3414734147
_dereq_('es6-promise').polyfill();
@@ -51561,7 +51561,9 @@ axes.drawOne = function(gd, ax, opts) {
5156151561
transFn: transFn
5156251562
});
5156351563

51564-
tickSubplots = Object.keys(ax._linepositions || {});
51564+
if(ax.mirror === 'allticks') {
51565+
tickSubplots = Object.keys(ax._linepositions || {});
51566+
}
5156551567
}
5156651568

5156751569
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-cartesian.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-finance.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.49.3
2+
* plotly.js (finance) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34111,7 +34111,7 @@ exports.svgAttrs = {
3411134111
'use strict';
3411234112

3411334113
// package version injected by `npm run preprocess`
34114-
exports.version = '1.49.3';
34114+
exports.version = '1.49.4';
3411534115

3411634116
// inject promise polyfill
3411734117
_dereq_('es6-promise').polyfill();
@@ -51531,7 +51531,9 @@ axes.drawOne = function(gd, ax, opts) {
5153151531
transFn: transFn
5153251532
});
5153351533

51534-
tickSubplots = Object.keys(ax._linepositions || {});
51534+
if(ax.mirror === 'allticks') {
51535+
tickSubplots = Object.keys(ax._linepositions || {});
51536+
}
5153551537
}
5153651538

5153751539
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-finance.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-geo-assets.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-geo.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.49.3
2+
* plotly.js (geo) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34770,7 +34770,7 @@ exports.svgAttrs = {
3477034770
'use strict';
3477134771

3477234772
// package version injected by `npm run preprocess`
34773-
exports.version = '1.49.3';
34773+
exports.version = '1.49.4';
3477434774

3477534775
// inject promise polyfill
3477634776
_dereq_('es6-promise').polyfill();
@@ -52421,7 +52421,9 @@ axes.drawOne = function(gd, ax, opts) {
5242152421
transFn: transFn
5242252422
});
5242352423

52424-
tickSubplots = Object.keys(ax._linepositions || {});
52424+
if(ax.mirror === 'allticks') {
52425+
tickSubplots = Object.keys(ax._linepositions || {});
52426+
}
5242552427
}
5242652428

5242752429
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-geo.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-gl2d.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v1.49.3
2+
* plotly.js (gl2d) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -67737,7 +67737,7 @@ exports.svgAttrs = {
6773767737
'use strict';
6773867738

6773967739
// package version injected by `npm run preprocess`
67740-
exports.version = '1.49.3';
67740+
exports.version = '1.49.4';
6774167741

6774267742
// inject promise polyfill
6774367743
_dereq_('es6-promise').polyfill();
@@ -85454,7 +85454,9 @@ axes.drawOne = function(gd, ax, opts) {
8545485454
transFn: transFn
8545585455
});
8545685456

85457-
tickSubplots = Object.keys(ax._linepositions || {});
85457+
if(ax.mirror === 'allticks') {
85458+
tickSubplots = Object.keys(ax._linepositions || {});
85459+
}
8545885460
}
8545985461

8546085462
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-gl2d.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-gl3d.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v1.49.3
2+
* plotly.js (gl3d) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -74214,7 +74214,7 @@ exports.svgAttrs = {
7421474214
'use strict';
7421574215

7421674216
// package version injected by `npm run preprocess`
74217-
exports.version = '1.49.3';
74217+
exports.version = '1.49.4';
7421874218

7421974219
// inject promise polyfill
7422074220
_dereq_('es6-promise').polyfill();
@@ -91823,7 +91823,9 @@ axes.drawOne = function(gd, ax, opts) {
9182391823
transFn: transFn
9182491824
});
9182591825

91826-
tickSubplots = Object.keys(ax._linepositions || {});
91826+
if(ax.mirror === 'allticks') {
91827+
tickSubplots = Object.keys(ax._linepositions || {});
91828+
}
9182791829
}
9182891830

9182991831
for(i = 0; i < tickSubplots.length; i++) {

Diff for: dist/plotly-gl3d.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-mapbox.js

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (mapbox) v1.49.3
2+
* plotly.js (mapbox) v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -36847,7 +36847,7 @@ exports.svgAttrs = {
3684736847
'use strict';
3684836848

3684936849
// package version injected by `npm run preprocess`
36850-
exports.version = '1.49.3';
36850+
exports.version = '1.49.4';
3685136851

3685236852
// inject promise polyfill
3685336853
_dereq_('es6-promise').polyfill();
@@ -54498,7 +54498,9 @@ axes.drawOne = function(gd, ax, opts) {
5449854498
transFn: transFn
5449954499
});
5450054500

54501-
tickSubplots = Object.keys(ax._linepositions || {});
54501+
if(ax.mirror === 'allticks') {
54502+
tickSubplots = Object.keys(ax._linepositions || {});
54503+
}
5450254504
}
5450354505

5450454506
for(i = 0; i < tickSubplots.length; i++) {
@@ -63857,7 +63859,10 @@ function findAccessToken(gd, mapboxIds) {
6385763859
}
6385863860

6385963861
function isMapboxStyle(s) {
63860-
return typeof s === 'string' && constants.styleValuesMapbox.indexOf(s) !== -1;
63862+
return typeof s === 'string' && (
63863+
constants.styleValuesMapbox.indexOf(s) !== -1 ||
63864+
s.indexOf('mapbox://') === 0
63865+
);
6386163866
}
6386263867

6386363868
exports.updateFx = function(gd) {

Diff for: dist/plotly-mapbox.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-with-meta.js

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js v1.49.3
2+
* plotly.js v1.49.4
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -104915,7 +104915,7 @@ exports.svgAttrs = {
104915104915
'use strict';
104916104916

104917104917
// package version injected by `npm run preprocess`
104918-
exports.version = '1.49.3';
104918+
exports.version = '1.49.4';
104919104919

104920104920
// inject promise polyfill
104921104921
_dereq_('es6-promise').polyfill();
@@ -123272,7 +123272,9 @@ axes.drawOne = function(gd, ax, opts) {
123272123272
transFn: transFn
123273123273
});
123274123274

123275-
tickSubplots = Object.keys(ax._linepositions || {});
123275+
if(ax.mirror === 'allticks') {
123276+
tickSubplots = Object.keys(ax._linepositions || {});
123277+
}
123276123278
}
123277123279

123278123280
for(i = 0; i < tickSubplots.length; i++) {
@@ -138918,7 +138920,10 @@ function findAccessToken(gd, mapboxIds) {
138918138920
}
138919138921

138920138922
function isMapboxStyle(s) {
138921-
return typeof s === 'string' && constants.styleValuesMapbox.indexOf(s) !== -1;
138923+
return typeof s === 'string' && (
138924+
constants.styleValuesMapbox.indexOf(s) !== -1 ||
138925+
s.indexOf('mapbox://') === 0
138926+
);
138922138927
}
138923138928

138924138929
exports.updateFx = function(gd) {

0 commit comments

Comments
 (0)