Skip to content

Commit

Permalink
2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Jun 9, 2023
1 parent 92d6e94 commit e6d0fe3
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 108 deletions.
36 changes: 18 additions & 18 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.1 MB | 3.4 MB | 1 MB | 8.4 MB |

#### CDN links
> https://cdn.plot.ly/plotly-2.24.1.js
> https://cdn.plot.ly/plotly-2.24.2.js
> https://cdn.plot.ly/plotly-2.24.1.min.js
> https://cdn.plot.ly/plotly-2.24.2.min.js

#### npm packages
Expand Down Expand Up @@ -94,9 +94,9 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
| 2.6 MB | 966.8 kB | 323.4 kB |

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

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

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

#### npm packages
Expand All @@ -140,9 +140,9 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
| 3.1 MB | 1.1 MB | 367.4 kB |

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

#### npm packages
Expand All @@ -163,9 +163,9 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
| 3.6 MB | 1.5 MB | 487.9 kB |

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

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

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

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

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

#### npm packages
Expand All @@ -232,9 +232,9 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
| 2.8 MB | 1 MB | 352 kB |

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

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

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

#### npm packages
Expand Down
6 changes: 3 additions & 3 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v2.24.1
* plotly.js (basic) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11433,7 +11433,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -60109,7 +60109,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v2.24.1
* plotly.js (cartesian) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11523,7 +11523,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -70499,7 +70499,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions dist/plotly-finance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (finance) v2.24.1
* plotly.js (finance) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11503,7 +11503,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -65174,15 +65174,13 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, opts) {
var index = point.index;
var di = cd[index];
var size = di.isSum ? di.b + di.s : di.rawS;
if (!di.isSum) {
point.initial = di.b + di.s - size;
point.delta = size;
point.final = point.initial + point.delta;
var v = formatNumber(Math.abs(point.delta));
point.deltaLabel = size < 0 ? '(' + v + ')' : v;
point.finalLabel = formatNumber(point.final);
point.initialLabel = formatNumber(point.initial);
}
point.initial = di.b + di.s - size;
point.delta = size;
point.final = point.initial + point.delta;
var v = formatNumber(Math.abs(point.delta));
point.deltaLabel = size < 0 ? '(' + v + ')' : v;
point.finalLabel = formatNumber(point.final);
point.initialLabel = formatNumber(point.initial);
var hoverinfo = di.hi || trace.hoverinfo;
var text = [];
if (hoverinfo && hoverinfo !== 'none' && hoverinfo !== 'skip') {
Expand Down Expand Up @@ -66418,7 +66416,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
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.

6 changes: 3 additions & 3 deletions dist/plotly-geo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (geo) v2.24.1
* plotly.js (geo) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11433,7 +11433,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -60121,7 +60121,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-geo.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-gl2d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl2d) v2.24.1
* plotly.js (gl2d) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11463,7 +11463,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -65520,7 +65520,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-gl2d.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-gl3d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl3d) v2.24.1
* plotly.js (gl3d) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11483,7 +11483,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -63546,7 +63546,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-gl3d.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/plotly-mapbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (mapbox) v2.24.1
* plotly.js (mapbox) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11443,7 +11443,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -61236,7 +61236,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-mapbox.min.js

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions dist/plotly-strict.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (strict) v2.24.1
* plotly.js (strict) v2.24.2
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -11843,7 +11843,7 @@ function drawOne(gd, opts) {
}
},
clickFn: function (numClicks, e) {
var clickedTrace = groups.selectAll('g.traces').filter(function () {
var clickedTrace = layer.selectAll('g.traces').filter(function () {
var bbox = this.getBoundingClientRect();
return e.clientX >= bbox.left && e.clientX <= bbox.right && e.clientY >= bbox.top && e.clientY <= bbox.bottom;
});
Expand Down Expand Up @@ -111171,15 +111171,13 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, opts) {
var index = point.index;
var di = cd[index];
var size = di.isSum ? di.b + di.s : di.rawS;
if (!di.isSum) {
point.initial = di.b + di.s - size;
point.delta = size;
point.final = point.initial + point.delta;
var v = formatNumber(Math.abs(point.delta));
point.deltaLabel = size < 0 ? '(' + v + ')' : v;
point.finalLabel = formatNumber(point.final);
point.initialLabel = formatNumber(point.initial);
}
point.initial = di.b + di.s - size;
point.delta = size;
point.final = point.initial + point.delta;
var v = formatNumber(Math.abs(point.delta));
point.deltaLabel = size < 0 ? '(' + v + ')' : v;
point.finalLabel = formatNumber(point.final);
point.initialLabel = formatNumber(point.initial);
var hoverinfo = di.hi || trace.hoverinfo;
var text = [];
if (hoverinfo && hoverinfo !== 'none' && hoverinfo !== 'skip') {
Expand Down Expand Up @@ -112415,7 +112413,7 @@ function getSortFunc(opts, d2c) {


// package version injected by `npm run preprocess`
exports.version = '2.24.1';
exports.version = '2.24.2';

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-strict.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e6d0fe3

Please sign in to comment.