Skip to content

Commit 5e70d3b

Browse files
committed
1.28.2
1 parent b44c266 commit 5e70d3b

23 files changed

+102
-102
lines changed

dist/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3737

3838
It be can imported as minified javascript
3939
- using dist file `dist/plotly.min.js`
40-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.28.1.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.28.2.min.js
4141

4242
or as raw javascript:
4343
- using dist file `dist/plotly.js`
44-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.28.1.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.28.2.js
4545
- using CommonJS with `require('plotly.js')`
4646

4747
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`
@@ -74,8 +74,8 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7474
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7575
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7676
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
77-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.28.1.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.28.1.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.28.2.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.28.2.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
@@ -92,8 +92,8 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9292
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9393
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9494
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
95-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.28.1.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.28.1.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.28.2.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.28.2.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
@@ -110,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
110110
| dist bundle (minified) | `dist/plotly-geo.min.js` |
111111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
112112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
113-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.28.1.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.28.1.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.28.2.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.28.2.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.8 MB | 687.2 kB | 224.1 kB |
119+
| 1.8 MB | 687.2 kB | 224.2 kB |
120120

121121
### plotly.js gl3d
122122

@@ -128,8 +128,8 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
128128
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
129129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
130130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
131-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.28.1.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.28.1.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.28.2.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.28.2.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
@@ -146,8 +146,8 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
146146
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
147147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
148148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
149-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.28.1.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.28.1.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.28.2.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.28.2.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
@@ -164,8 +164,8 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
164164
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
165165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
166166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
167-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.28.1.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.28.1.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.28.2.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.28.2.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
@@ -182,8 +182,8 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
182182
| dist bundle (minified) | `dist/plotly-finance.min.js` |
183183
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184184
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.28.1.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.28.1.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.28.2.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.28.2.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |

dist/npm-ls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.28.1",
3+
"version": "1.28.2",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",

dist/plotly-basic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.28.1
2+
* plotly.js (basic) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -17588,14 +17588,14 @@ drawing.bBox = function(node, hash) {
1758817588
out = drawing.savedBBoxes[hash];
1758917589
if(out) return Lib.extendFlat({}, out);
1759017590
}
17591-
else if(node.children.length === 1) {
17591+
else if(node.childNodes.length === 1) {
1759217592
/*
1759317593
* If we have only one child element, which is itself hashable, make
1759417594
* a new hash from this element plus its x,y,transform
1759517595
* These bounding boxes *include* x,y,transform - mostly for use by
1759617596
* callers trying to avoid overlaps (ie titles)
1759717597
*/
17598-
var innerNode = node.children[0];
17598+
var innerNode = node.childNodes[0];
1759917599

1760017600
hash = nodeHash(innerNode);
1760117601
if(hash) {
@@ -29064,7 +29064,7 @@ exports.svgAttrs = {
2906429064
var Plotly = require('./plotly');
2906529065

2906629066
// package version injected by `npm run preprocess`
29067-
exports.version = '1.28.1';
29067+
exports.version = '1.28.2';
2906829068

2906929069
// inject promise polyfill
2907029070
require('es6-promise').polyfill();

dist/plotly-basic.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.28.1
2+
* plotly.js (cartesian) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -17686,14 +17686,14 @@ drawing.bBox = function(node, hash) {
1768617686
out = drawing.savedBBoxes[hash];
1768717687
if(out) return Lib.extendFlat({}, out);
1768817688
}
17689-
else if(node.children.length === 1) {
17689+
else if(node.childNodes.length === 1) {
1769017690
/*
1769117691
* If we have only one child element, which is itself hashable, make
1769217692
* a new hash from this element plus its x,y,transform
1769317693
* These bounding boxes *include* x,y,transform - mostly for use by
1769417694
* callers trying to avoid overlaps (ie titles)
1769517695
*/
17696-
var innerNode = node.children[0];
17696+
var innerNode = node.childNodes[0];
1769717697

1769817698
hash = nodeHash(innerNode);
1769917699
if(hash) {
@@ -29162,7 +29162,7 @@ exports.svgAttrs = {
2916229162
var Plotly = require('./plotly');
2916329163

2916429164
// package version injected by `npm run preprocess`
29165-
exports.version = '1.28.1';
29165+
exports.version = '1.28.2';
2916629166

2916729167
// inject promise polyfill
2916829168
require('es6-promise').polyfill();

dist/plotly-cartesian.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-finance.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.28.1
2+
* plotly.js (finance) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -17630,14 +17630,14 @@ drawing.bBox = function(node, hash) {
1763017630
out = drawing.savedBBoxes[hash];
1763117631
if(out) return Lib.extendFlat({}, out);
1763217632
}
17633-
else if(node.children.length === 1) {
17633+
else if(node.childNodes.length === 1) {
1763417634
/*
1763517635
* If we have only one child element, which is itself hashable, make
1763617636
* a new hash from this element plus its x,y,transform
1763717637
* These bounding boxes *include* x,y,transform - mostly for use by
1763817638
* callers trying to avoid overlaps (ie titles)
1763917639
*/
17640-
var innerNode = node.children[0];
17640+
var innerNode = node.childNodes[0];
1764117641

1764217642
hash = nodeHash(innerNode);
1764317643
if(hash) {
@@ -29106,7 +29106,7 @@ exports.svgAttrs = {
2910629106
var Plotly = require('./plotly');
2910729107

2910829108
// package version injected by `npm run preprocess`
29109-
exports.version = '1.28.1';
29109+
exports.version = '1.28.2';
2911029110

2911129111
// inject promise polyfill
2911229112
require('es6-promise').polyfill();

dist/plotly-finance.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo-assets.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.28.1
2+
* plotly.js (geo) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -18367,14 +18367,14 @@ drawing.bBox = function(node, hash) {
1836718367
out = drawing.savedBBoxes[hash];
1836818368
if(out) return Lib.extendFlat({}, out);
1836918369
}
18370-
else if(node.children.length === 1) {
18370+
else if(node.childNodes.length === 1) {
1837118371
/*
1837218372
* If we have only one child element, which is itself hashable, make
1837318373
* a new hash from this element plus its x,y,transform
1837418374
* These bounding boxes *include* x,y,transform - mostly for use by
1837518375
* callers trying to avoid overlaps (ie titles)
1837618376
*/
18377-
var innerNode = node.children[0];
18377+
var innerNode = node.childNodes[0];
1837818378

1837918379
hash = nodeHash(innerNode);
1838018380
if(hash) {
@@ -29843,7 +29843,7 @@ exports.svgAttrs = {
2984329843
var Plotly = require('./plotly');
2984429844

2984529845
// package version injected by `npm run preprocess`
29846-
exports.version = '1.28.1';
29846+
exports.version = '1.28.2';
2984729847

2984829848
// inject promise polyfill
2984929849
require('es6-promise').polyfill();

dist/plotly-geo.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-gl2d.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v1.28.1
2+
* plotly.js (gl2d) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -53247,14 +53247,14 @@ drawing.bBox = function(node, hash) {
5324753247
out = drawing.savedBBoxes[hash];
5324853248
if(out) return Lib.extendFlat({}, out);
5324953249
}
53250-
else if(node.children.length === 1) {
53250+
else if(node.childNodes.length === 1) {
5325153251
/*
5325253252
* If we have only one child element, which is itself hashable, make
5325353253
* a new hash from this element plus its x,y,transform
5325453254
* These bounding boxes *include* x,y,transform - mostly for use by
5325553255
* callers trying to avoid overlaps (ie titles)
5325653256
*/
53257-
var innerNode = node.children[0];
53257+
var innerNode = node.childNodes[0];
5325853258

5325953259
hash = nodeHash(innerNode);
5326053260
if(hash) {
@@ -64878,7 +64878,7 @@ exports.svgAttrs = {
6487864878
var Plotly = require('./plotly');
6487964879

6488064880
// package version injected by `npm run preprocess`
64881-
exports.version = '1.28.1';
64881+
exports.version = '1.28.2';
6488264882

6488364883
// inject promise polyfill
6488464884
require('es6-promise').polyfill();

dist/plotly-gl2d.min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-gl3d.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v1.28.1
2+
* plotly.js (gl3d) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -53144,14 +53144,14 @@ drawing.bBox = function(node, hash) {
5314453144
out = drawing.savedBBoxes[hash];
5314553145
if(out) return Lib.extendFlat({}, out);
5314653146
}
53147-
else if(node.children.length === 1) {
53147+
else if(node.childNodes.length === 1) {
5314853148
/*
5314953149
* If we have only one child element, which is itself hashable, make
5315053150
* a new hash from this element plus its x,y,transform
5315153151
* These bounding boxes *include* x,y,transform - mostly for use by
5315253152
* callers trying to avoid overlaps (ie titles)
5315353153
*/
53154-
var innerNode = node.children[0];
53154+
var innerNode = node.childNodes[0];
5315553155

5315653156
hash = nodeHash(innerNode);
5315753157
if(hash) {
@@ -64664,7 +64664,7 @@ exports.svgAttrs = {
6466464664
var Plotly = require('./plotly');
6466564665

6466664666
// package version injected by `npm run preprocess`
64667-
exports.version = '1.28.1';
64667+
exports.version = '1.28.2';
6466864668

6466964669
// inject promise polyfill
6467064670
require('es6-promise').polyfill();

dist/plotly-gl3d.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-mapbox.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (mapbox) v1.28.1
2+
* plotly.js (mapbox) v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -51582,14 +51582,14 @@ drawing.bBox = function(node, hash) {
5158251582
out = drawing.savedBBoxes[hash];
5158351583
if(out) return Lib.extendFlat({}, out);
5158451584
}
51585-
else if(node.children.length === 1) {
51585+
else if(node.childNodes.length === 1) {
5158651586
/*
5158751587
* If we have only one child element, which is itself hashable, make
5158851588
* a new hash from this element plus its x,y,transform
5158951589
* These bounding boxes *include* x,y,transform - mostly for use by
5159051590
* callers trying to avoid overlaps (ie titles)
5159151591
*/
51592-
var innerNode = node.children[0];
51592+
var innerNode = node.childNodes[0];
5159351593

5159451594
hash = nodeHash(innerNode);
5159551595
if(hash) {
@@ -63058,7 +63058,7 @@ exports.svgAttrs = {
6305863058
var Plotly = require('./plotly');
6305963059

6306063060
// package version injected by `npm run preprocess`
63061-
exports.version = '1.28.1';
63061+
exports.version = '1.28.2';
6306263062

6306363063
// inject promise polyfill
6306463064
require('es6-promise').polyfill();

dist/plotly-mapbox.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-with-meta.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js v1.28.1
2+
* plotly.js v1.28.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -112200,14 +112200,14 @@ drawing.bBox = function(node, hash) {
112200112200
out = drawing.savedBBoxes[hash];
112201112201
if(out) return Lib.extendFlat({}, out);
112202112202
}
112203-
else if(node.children.length === 1) {
112203+
else if(node.childNodes.length === 1) {
112204112204
/*
112205112205
* If we have only one child element, which is itself hashable, make
112206112206
* a new hash from this element plus its x,y,transform
112207112207
* These bounding boxes *include* x,y,transform - mostly for use by
112208112208
* callers trying to avoid overlaps (ie titles)
112209112209
*/
112210-
var innerNode = node.children[0];
112210+
var innerNode = node.childNodes[0];
112211112211

112212112212
hash = nodeHash(innerNode);
112213112213
if(hash) {
@@ -124210,7 +124210,7 @@ exports.svgAttrs = {
124210124210
var Plotly = require('./plotly');
124211124211

124212124212
// package version injected by `npm run preprocess`
124213-
exports.version = '1.28.1';
124213+
exports.version = '1.28.2';
124214124214

124215124215
// inject promise polyfill
124216124216
require('es6-promise').polyfill();

0 commit comments

Comments
 (0)