Skip to content

Commit

Permalink
2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Nov 16, 2022
1 parent 0f07ac6 commit 4db333c
Show file tree
Hide file tree
Showing 24 changed files with 186 additions and 86 deletions.
44 changes: 22 additions & 22 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
| 8.4 MB | 3.5 MB | 1 MB | 8.7 MB |

#### CDN links
> https://cdn.plot.ly/plotly-2.16.2.js
> https://cdn.plot.ly/plotly-2.16.3.js
> https://cdn.plot.ly/plotly-2.16.2.min.js
> https://cdn.plot.ly/plotly-2.16.3.min.js

#### npm packages
Expand Down Expand Up @@ -91,12 +91,12 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.8 MB | 1004.5 kB | 326.8 kB |
| 2.8 MB | 1004.6 kB | 326.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.16.2.js
> https://cdn.plot.ly/plotly-basic-2.16.3.js
> https://cdn.plot.ly/plotly-basic-2.16.2.min.js
> https://cdn.plot.ly/plotly-basic-2.16.3.min.js

#### npm packages
Expand All @@ -117,9 +117,9 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
| 3.4 MB | 1.2 MB | 400.1 kB |

#### CDN links
> https://cdn.plot.ly/plotly-cartesian-2.16.2.js
> https://cdn.plot.ly/plotly-cartesian-2.16.3.js
> https://cdn.plot.ly/plotly-cartesian-2.16.2.min.js
> https://cdn.plot.ly/plotly-cartesian-2.16.3.min.js

#### npm packages
Expand All @@ -137,12 +137,12 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.1 MB | 1.1 MB | 369.6 kB |
| 3.1 MB | 1.1 MB | 369.7 kB |

#### CDN links
> https://cdn.plot.ly/plotly-geo-2.16.2.js
> https://cdn.plot.ly/plotly-geo-2.16.3.js
> https://cdn.plot.ly/plotly-geo-2.16.2.min.js
> https://cdn.plot.ly/plotly-geo-2.16.3.min.js

#### npm packages
Expand All @@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.9 MB | 1.6 MB | 490.5 kB |
| 3.9 MB | 1.6 MB | 490.6 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl3d-2.16.2.js
> https://cdn.plot.ly/plotly-gl3d-2.16.3.js
> https://cdn.plot.ly/plotly-gl3d-2.16.2.min.js
> https://cdn.plot.ly/plotly-gl3d-2.16.3.min.js

#### npm packages
Expand All @@ -186,9 +186,9 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
| 4.5 MB | 1.8 MB | 583 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl2d-2.16.2.js
> https://cdn.plot.ly/plotly-gl2d-2.16.3.js
> https://cdn.plot.ly/plotly-gl2d-2.16.2.min.js
> https://cdn.plot.ly/plotly-gl2d-2.16.3.min.js

#### npm packages
Expand All @@ -209,9 +209,9 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
| 4.4 MB | 1.8 MB | 524.7 kB |

#### CDN links
> https://cdn.plot.ly/plotly-mapbox-2.16.2.js
> https://cdn.plot.ly/plotly-mapbox-2.16.3.js
> https://cdn.plot.ly/plotly-mapbox-2.16.2.min.js
> https://cdn.plot.ly/plotly-mapbox-2.16.3.min.js

#### npm packages
Expand All @@ -229,12 +229,12 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3 MB | 1.1 MB | 359.5 kB |
| 3 MB | 1.1 MB | 359.6 kB |

#### CDN links
> https://cdn.plot.ly/plotly-finance-2.16.2.js
> https://cdn.plot.ly/plotly-finance-2.16.3.js
> https://cdn.plot.ly/plotly-finance-2.16.2.min.js
> https://cdn.plot.ly/plotly-finance-2.16.3.min.js

#### npm packages
Expand All @@ -255,9 +255,9 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
| 8.8 MB | 3.9 MB | 1.1 MB |

#### CDN links
> https://cdn.plot.ly/plotly-strict-2.16.2.js
> https://cdn.plot.ly/plotly-strict-2.16.3.js
> https://cdn.plot.ly/plotly-strict-2.16.2.min.js
> https://cdn.plot.ly/plotly-strict-2.16.3.min.js

#### npm packages
Expand Down
18 changes: 14 additions & 4 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v2.16.2
* plotly.js (basic) v2.16.3
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -28719,7 +28719,17 @@ function createHoverText(hoverData, opts) {
var xa = c0.xa;
var ya = c0.ya;
var axLetter = hovermode.charAt(0);
var t0 = c0[axLetter + 'Label'];
var axLabel = axLetter + 'Label';
var t0 = c0[axLabel];

// search in array for the label
if(t0 === undefined && xa.type === 'multicategory') {
for(var q = 0; q < hoverData.length; q++) {
t0 = hoverData[q][axLabel];
if(t0 !== undefined) break;
}
}

var outerContainerBB = getBoundingClientRect(gd, outerContainer);
var outerTop = outerContainerBB.top;
var outerWidth = outerContainerBB.width;
Expand Down Expand Up @@ -29898,7 +29908,7 @@ function getCoord(axLetter, winningPoint, fullLayout) {

var cd0 = winningPoint.cd[0];

if(ax.type === 'category') val = ax._categoriesMap[val];
if(ax.type === 'category' || ax.type === 'multicategory') val = ax._categoriesMap[val];
else if(ax.type === 'date') {
var periodalignment = winningPoint.trace[axLetter + 'periodalignment'];
if(periodalignment) {
Expand Down Expand Up @@ -85405,7 +85415,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.2';
exports.version = '2.16.3';

},{}]},{},[8])(8)
});
4 changes: 2 additions & 2 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v2.16.2
* plotly.js (cartesian) v2.16.3
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -37889,7 +37889,17 @@ function createHoverText(hoverData, opts) {
var xa = c0.xa;
var ya = c0.ya;
var axLetter = hovermode.charAt(0);
var t0 = c0[axLetter + 'Label'];
var axLabel = axLetter + 'Label';
var t0 = c0[axLabel];

// search in array for the label
if(t0 === undefined && xa.type === 'multicategory') {
for(var q = 0; q < hoverData.length; q++) {
t0 = hoverData[q][axLabel];
if(t0 !== undefined) break;
}
}

var outerContainerBB = getBoundingClientRect(gd, outerContainer);
var outerTop = outerContainerBB.top;
var outerWidth = outerContainerBB.width;
Expand Down Expand Up @@ -39068,7 +39078,7 @@ function getCoord(axLetter, winningPoint, fullLayout) {

var cd0 = winningPoint.cd[0];

if(ax.type === 'category') val = ax._categoriesMap[val];
if(ax.type === 'category' || ax.type === 'multicategory') val = ax._categoriesMap[val];
else if(ax.type === 'date') {
var periodalignment = winningPoint.trace[axLetter + 'periodalignment'];
if(periodalignment) {
Expand Down Expand Up @@ -105651,7 +105661,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.2';
exports.version = '2.16.3';

},{}]},{},[15])(15)
});
4 changes: 2 additions & 2 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions dist/plotly-finance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (finance) v2.16.2
* plotly.js (finance) v2.16.3
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -29939,7 +29939,17 @@ function createHoverText(hoverData, opts) {
var xa = c0.xa;
var ya = c0.ya;
var axLetter = hovermode.charAt(0);
var t0 = c0[axLetter + 'Label'];
var axLabel = axLetter + 'Label';
var t0 = c0[axLabel];

// search in array for the label
if(t0 === undefined && xa.type === 'multicategory') {
for(var q = 0; q < hoverData.length; q++) {
t0 = hoverData[q][axLabel];
if(t0 !== undefined) break;
}
}

var outerContainerBB = getBoundingClientRect(gd, outerContainer);
var outerTop = outerContainerBB.top;
var outerWidth = outerContainerBB.width;
Expand Down Expand Up @@ -31118,7 +31128,7 @@ function getCoord(axLetter, winningPoint, fullLayout) {

var cd0 = winningPoint.cd[0];

if(ax.type === 'category') val = ax._categoriesMap[val];
if(ax.type === 'category' || ax.type === 'multicategory') val = ax._categoriesMap[val];
else if(ax.type === 'date') {
var periodalignment = winningPoint.trace[axLetter + 'periodalignment'];
if(periodalignment) {
Expand Down Expand Up @@ -93412,7 +93422,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.2';
exports.version = '2.16.3';

},{}]},{},[12])(12)
});
4 changes: 2 additions & 2 deletions dist/plotly-finance.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-geo-assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions dist/plotly-geo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (geo) v2.16.2
* plotly.js (geo) v2.16.3
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -42472,7 +42472,17 @@ function createHoverText(hoverData, opts) {
var xa = c0.xa;
var ya = c0.ya;
var axLetter = hovermode.charAt(0);
var t0 = c0[axLetter + 'Label'];
var axLabel = axLetter + 'Label';
var t0 = c0[axLabel];

// search in array for the label
if(t0 === undefined && xa.type === 'multicategory') {
for(var q = 0; q < hoverData.length; q++) {
t0 = hoverData[q][axLabel];
if(t0 !== undefined) break;
}
}

var outerContainerBB = getBoundingClientRect(gd, outerContainer);
var outerTop = outerContainerBB.top;
var outerWidth = outerContainerBB.width;
Expand Down Expand Up @@ -43651,7 +43661,7 @@ function getCoord(axLetter, winningPoint, fullLayout) {

var cd0 = winningPoint.cd[0];

if(ax.type === 'category') val = ax._categoriesMap[val];
if(ax.type === 'category' || ax.type === 'multicategory') val = ax._categoriesMap[val];
else if(ax.type === 'date') {
var periodalignment = winningPoint.trace[axLetter + 'periodalignment'];
if(periodalignment) {
Expand Down Expand Up @@ -98183,7 +98193,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.2';
exports.version = '2.16.3';

},{}]},{},[8])(8)
});
4 changes: 2 additions & 2 deletions dist/plotly-geo.min.js

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions dist/plotly-gl2d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl2d) v2.16.2
* plotly.js (gl2d) v2.16.3
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -42187,7 +42187,17 @@ function createHoverText(hoverData, opts) {
var xa = c0.xa;
var ya = c0.ya;
var axLetter = hovermode.charAt(0);
var t0 = c0[axLetter + 'Label'];
var axLabel = axLetter + 'Label';
var t0 = c0[axLabel];

// search in array for the label
if(t0 === undefined && xa.type === 'multicategory') {
for(var q = 0; q < hoverData.length; q++) {
t0 = hoverData[q][axLabel];
if(t0 !== undefined) break;
}
}

var outerContainerBB = getBoundingClientRect(gd, outerContainer);
var outerTop = outerContainerBB.top;
var outerWidth = outerContainerBB.width;
Expand Down Expand Up @@ -43366,7 +43376,7 @@ function getCoord(axLetter, winningPoint, fullLayout) {

var cd0 = winningPoint.cd[0];

if(ax.type === 'category') val = ax._categoriesMap[val];
if(ax.type === 'category' || ax.type === 'multicategory') val = ax._categoriesMap[val];
else if(ax.type === 'date') {
var periodalignment = winningPoint.trace[axLetter + 'periodalignment'];
if(periodalignment) {
Expand Down Expand Up @@ -103786,7 +103796,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.2';
exports.version = '2.16.3';

},{}],600:[function(_dereq_,module,exports){
(function (global){(function (){
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-gl2d.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4db333c

Please sign in to comment.