Skip to content

Commit 58bf5bb

Browse files
committed
1.44.1
1 parent 5e476c1 commit 58bf5bb

24 files changed

+382
-347
lines changed

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.44.0.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.44.1.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.44.0.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.44.1.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.44.0.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.44.1.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`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
8888

8989
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
9090
|-----------|---------------|----------------------|---------------------|
91-
| 6.1 MB | 2.8 MB | 849 kB | 6.3 MB |
91+
| 6.1 MB | 2.8 MB | 849.1 kB | 6.3 MB |
9292

9393
## Partial bundles
9494

@@ -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.44.0.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.44.0.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.44.1.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.44.1.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.44.0.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.44.0.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.44.1.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.44.1.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.44.0.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.44.0.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.44.1.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.44.1.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.44.0.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.44.0.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.44.1.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.44.1.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.44.0.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.44.0.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.44.1.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.44.1.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.44.0.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.44.0.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.44.1.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.44.1.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.4 MB | 843.1 kB | 274.7 kB |
390+
| 2.4 MB | 843.2 kB | 274.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.44.0.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.44.0.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.44.1.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.44.1.min.js |
400400

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

dist/plotly-basic.js

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

3377333773
// package version injected by `npm run preprocess`
33774-
exports.version = '1.44.0';
33774+
exports.version = '1.44.1';
3377533775

3377633776
// inject promise polyfill
3377733777
_dereq_('es6-promise').polyfill();
@@ -44339,6 +44339,11 @@ function getDiffFlags(oldContainer, newContainer, outerparts, opts) {
4433944339
flags.rangesAltered[outerparts[0]] = 1;
4434044340
}
4434144341

44342+
// clear _inputDomain on cartesian axes with altered domains
44343+
if(AX_DOMAIN_RE.test(astr)) {
44344+
nestedProperty(newContainer, '_inputDomain').set(null);
44345+
}
44346+
4434244347
// track datarevision changes
4434344348
if(key === 'datarevision') {
4434444349
flags.newDataRevision = 1;

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

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

3392333923
// package version injected by `npm run preprocess`
33924-
exports.version = '1.44.0';
33924+
exports.version = '1.44.1';
3392533925

3392633926
// inject promise polyfill
3392733927
_dereq_('es6-promise').polyfill();
@@ -44489,6 +44489,11 @@ function getDiffFlags(oldContainer, newContainer, outerparts, opts) {
4448944489
flags.rangesAltered[outerparts[0]] = 1;
4449044490
}
4449144491

44492+
// clear _inputDomain on cartesian axes with altered domains
44493+
if(AX_DOMAIN_RE.test(astr)) {
44494+
nestedProperty(newContainer, '_inputDomain').set(null);
44495+
}
44496+
4449244497
// track datarevision changes
4449344498
if(key === 'datarevision') {
4449444499
flags.newDataRevision = 1;

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

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

3381533815
// package version injected by `npm run preprocess`
33816-
exports.version = '1.44.0';
33816+
exports.version = '1.44.1';
3381733817

3381833818
// inject promise polyfill
3381933819
_dereq_('es6-promise').polyfill();
@@ -44381,6 +44381,11 @@ function getDiffFlags(oldContainer, newContainer, outerparts, opts) {
4438144381
flags.rangesAltered[outerparts[0]] = 1;
4438244382
}
4438344383

44384+
// clear _inputDomain on cartesian axes with altered domains
44385+
if(AX_DOMAIN_RE.test(astr)) {
44386+
nestedProperty(newContainer, '_inputDomain').set(null);
44387+
}
44388+
4438444389
// track datarevision changes
4438544390
if(key === 'datarevision') {
4438644391
flags.newDataRevision = 1;

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

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

3455234552
// package version injected by `npm run preprocess`
34553-
exports.version = '1.44.0';
34553+
exports.version = '1.44.1';
3455434554

3455534555
// inject promise polyfill
3455634556
_dereq_('es6-promise').polyfill();
@@ -45333,6 +45333,11 @@ function getDiffFlags(oldContainer, newContainer, outerparts, opts) {
4533345333
flags.rangesAltered[outerparts[0]] = 1;
4533445334
}
4533545335

45336+
// clear _inputDomain on cartesian axes with altered domains
45337+
if(AX_DOMAIN_RE.test(astr)) {
45338+
nestedProperty(newContainer, '_inputDomain').set(null);
45339+
}
45340+
4533645341
// track datarevision changes
4533745342
if(key === 'datarevision') {
4533845343
flags.newDataRevision = 1;

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)