Skip to content

Commit fe2d8d7

Browse files
committed
1.42.2
1 parent 3980a17 commit fe2d8d7

23 files changed

+161
-149
lines changed

dist/README.md

+18-18
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.42.1.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.42.2.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.42.1.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.42.2.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.42.1.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.42.2.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.42.1.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.42.1.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.42.2.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.42.2.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.42.1.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.42.1.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.42.2.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.42.2.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.42.1.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.42.1.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.42.2.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.42.2.min.js |
216216

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

@@ -257,8 +257,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
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.42.1.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.42.1.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.42.2.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.42.2.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.42.1.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.42.1.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.42.2.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.42.2.min.js |
308308

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

@@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `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.42.1.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.42.1.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.42.2.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.42.2.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.3 MB | 817.7 kB | 266.6 kB |
390+
| 2.3 MB | 817.7 kB | 266.7 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.42.1.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.42.1.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.42.2.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.42.2.min.js |
400400

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

dist/plotly-basic.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.42.1
2+
* plotly.js (basic) v1.42.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -44,7 +44,8 @@ var rules = {
4444
"X .modebar-group": "float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;",
4545
"X .modebar-btn": "position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;",
4646
"X .modebar-btn svg": "position:relative;top:2px;",
47-
"X .modebar.vertical": "top:-1px;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;align-content:flex-end;",
47+
"X .modebar.vertical": "display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;",
48+
"X .modebar.vertical svg": "top:-1px;",
4849
"X .modebar.vertical .modebar-group": "display:block;float:none;margin-left:0px;margin-bottom:8px;",
4950
"X .modebar.vertical .modebar-group .modebar-btn": "display:block;text-align:center;",
5051
"X [data-title]:before,X [data-title]:after": "position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;",
@@ -26370,7 +26371,7 @@ module.exports = function style(s, gd) {
2637026371

2637126372
function boundVal(attrIn, arrayToValFn, bounds) {
2637226373
var valIn = Lib.nestedProperty(trace, attrIn).get();
26373-
var valToBound = (Array.isArray(valIn) && arrayToValFn) ?
26374+
var valToBound = (Lib.isArrayOrTypedArray(valIn) && arrayToValFn) ?
2637426375
arrayToValFn(valIn) :
2637526376
valIn;
2637626377

@@ -33548,7 +33549,7 @@ exports.svgAttrs = {
3354833549
'use strict';
3354933550

3355033551
// package version injected by `npm run preprocess`
33551-
exports.version = '1.42.1';
33552+
exports.version = '1.42.2';
3355233553

3355333554
// inject promise polyfill
3355433555
_dereq_('es6-promise').polyfill();

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.

dist/plotly-cartesian.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.42.1
2+
* plotly.js (cartesian) v1.42.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -44,7 +44,8 @@ var rules = {
4444
"X .modebar-group": "float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;",
4545
"X .modebar-btn": "position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;",
4646
"X .modebar-btn svg": "position:relative;top:2px;",
47-
"X .modebar.vertical": "top:-1px;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;align-content:flex-end;",
47+
"X .modebar.vertical": "display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;",
48+
"X .modebar.vertical svg": "top:-1px;",
4849
"X .modebar.vertical .modebar-group": "display:block;float:none;margin-left:0px;margin-bottom:8px;",
4950
"X .modebar.vertical .modebar-group .modebar-btn": "display:block;text-align:center;",
5051
"X [data-title]:before,X [data-title]:after": "position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;",
@@ -26482,7 +26483,7 @@ module.exports = function style(s, gd) {
2648226483

2648326484
function boundVal(attrIn, arrayToValFn, bounds) {
2648426485
var valIn = Lib.nestedProperty(trace, attrIn).get();
26485-
var valToBound = (Array.isArray(valIn) && arrayToValFn) ?
26486+
var valToBound = (Lib.isArrayOrTypedArray(valIn) && arrayToValFn) ?
2648626487
arrayToValFn(valIn) :
2648726488
valIn;
2648826489

@@ -33698,7 +33699,7 @@ exports.svgAttrs = {
3369833699
'use strict';
3369933700

3370033701
// package version injected by `npm run preprocess`
33701-
exports.version = '1.42.1';
33702+
exports.version = '1.42.2';
3370233703

3370333704
// inject promise polyfill
3370433705
_dereq_('es6-promise').polyfill();

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.

dist/plotly-finance.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.42.1
2+
* plotly.js (finance) v1.42.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -44,7 +44,8 @@ var rules = {
4444
"X .modebar-group": "float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;",
4545
"X .modebar-btn": "position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;",
4646
"X .modebar-btn svg": "position:relative;top:2px;",
47-
"X .modebar.vertical": "top:-1px;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;align-content:flex-end;",
47+
"X .modebar.vertical": "display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;",
48+
"X .modebar.vertical svg": "top:-1px;",
4849
"X .modebar.vertical .modebar-group": "display:block;float:none;margin-left:0px;margin-bottom:8px;",
4950
"X .modebar.vertical .modebar-group .modebar-btn": "display:block;text-align:center;",
5051
"X [data-title]:before,X [data-title]:after": "position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;",
@@ -26412,7 +26413,7 @@ module.exports = function style(s, gd) {
2641226413

2641326414
function boundVal(attrIn, arrayToValFn, bounds) {
2641426415
var valIn = Lib.nestedProperty(trace, attrIn).get();
26415-
var valToBound = (Array.isArray(valIn) && arrayToValFn) ?
26416+
var valToBound = (Lib.isArrayOrTypedArray(valIn) && arrayToValFn) ?
2641626417
arrayToValFn(valIn) :
2641726418
valIn;
2641826419

@@ -33590,7 +33591,7 @@ exports.svgAttrs = {
3359033591
'use strict';
3359133592

3359233593
// package version injected by `npm run preprocess`
33593-
exports.version = '1.42.1';
33594+
exports.version = '1.42.2';
3359433595

3359533596
// inject promise polyfill
3359633597
_dereq_('es6-promise').polyfill();

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.

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.

dist/plotly-geo.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.42.1
2+
* plotly.js (geo) v1.42.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -44,7 +44,8 @@ var rules = {
4444
"X .modebar-group": "float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;",
4545
"X .modebar-btn": "position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;",
4646
"X .modebar-btn svg": "position:relative;top:2px;",
47-
"X .modebar.vertical": "top:-1px;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;align-content:flex-end;",
47+
"X .modebar.vertical": "display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-end;max-height:100%;",
48+
"X .modebar.vertical svg": "top:-1px;",
4849
"X .modebar.vertical .modebar-group": "display:block;float:none;margin-left:0px;margin-bottom:8px;",
4950
"X .modebar.vertical .modebar-group .modebar-btn": "display:block;text-align:center;",
5051
"X [data-title]:before,X [data-title]:after": "position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;",
@@ -27149,7 +27150,7 @@ module.exports = function style(s, gd) {
2714927150

2715027151
function boundVal(attrIn, arrayToValFn, bounds) {
2715127152
var valIn = Lib.nestedProperty(trace, attrIn).get();
27152-
var valToBound = (Array.isArray(valIn) && arrayToValFn) ?
27153+
var valToBound = (Lib.isArrayOrTypedArray(valIn) && arrayToValFn) ?
2715327154
arrayToValFn(valIn) :
2715427155
valIn;
2715527156

@@ -34327,7 +34328,7 @@ exports.svgAttrs = {
3432734328
'use strict';
3432834329

3432934330
// package version injected by `npm run preprocess`
34330-
exports.version = '1.42.1';
34331+
exports.version = '1.42.2';
3433134332

3433234333
// inject promise polyfill
3433334334
_dereq_('es6-promise').polyfill();

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.

0 commit comments

Comments
 (0)