Skip to content

Commit

Permalink
2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Dec 13, 2022
1 parent 460267a commit 897fb0a
Show file tree
Hide file tree
Showing 24 changed files with 85 additions and 65 deletions.
40 changes: 20 additions & 20 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.4.js
> https://cdn.plot.ly/plotly-2.16.5.js
> https://cdn.plot.ly/plotly-2.16.4.min.js
> https://cdn.plot.ly/plotly-2.16.5.min.js

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

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.16.4.js
> https://cdn.plot.ly/plotly-basic-2.16.5.js
> https://cdn.plot.ly/plotly-basic-2.16.4.min.js
> https://cdn.plot.ly/plotly-basic-2.16.5.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.4.js
> https://cdn.plot.ly/plotly-cartesian-2.16.5.js
> https://cdn.plot.ly/plotly-cartesian-2.16.4.min.js
> https://cdn.plot.ly/plotly-cartesian-2.16.5.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 | 369.7 kB |

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

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

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

#### npm packages
Expand All @@ -183,12 +183,12 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.5 MB | 1.8 MB | 583 kB |
| 4.5 MB | 1.8 MB | 583.1 kB |

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

#### npm packages
Expand All @@ -206,12 +206,12 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.4 MB | 1.8 MB | 524.8 kB |
| 4.4 MB | 1.8 MB | 524.9 kB |

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

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

#### CDN links
> https://cdn.plot.ly/plotly-finance-2.16.4.js
> https://cdn.plot.ly/plotly-finance-2.16.5.js
> https://cdn.plot.ly/plotly-finance-2.16.4.min.js
> https://cdn.plot.ly/plotly-finance-2.16.5.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.4.js
> https://cdn.plot.ly/plotly-strict-2.16.5.js
> https://cdn.plot.ly/plotly-strict-2.16.4.min.js
> https://cdn.plot.ly/plotly-strict-2.16.5.min.js

#### npm packages
Expand Down
6 changes: 4 additions & 2 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v2.16.4
* plotly.js (basic) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -41987,6 +41987,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -85415,7 +85417,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v2.16.4
* plotly.js (cartesian) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -51157,6 +51157,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -105661,7 +105663,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-finance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (finance) v2.16.4
* plotly.js (finance) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -43207,6 +43207,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -93422,7 +93424,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

},{}]},{},[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.

6 changes: 4 additions & 2 deletions dist/plotly-geo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (geo) v2.16.4
* plotly.js (geo) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -55740,6 +55740,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -98193,7 +98195,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-gl2d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl2d) v2.16.4
* plotly.js (gl2d) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -55455,6 +55455,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -103796,7 +103798,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

},{}],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.

6 changes: 4 additions & 2 deletions dist/plotly-gl3d.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (gl3d) v2.16.4
* plotly.js (gl3d) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -42677,6 +42677,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -89070,7 +89072,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-mapbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (mapbox) v2.16.4
* plotly.js (mapbox) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -89250,6 +89250,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -132869,7 +132871,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-strict.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (strict) v2.16.4
* plotly.js (strict) v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -126431,6 +126431,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -250459,7 +250461,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/plotly-with-meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v2.16.4
* plotly.js v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -127639,6 +127639,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -233973,7 +233975,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

},{}],1133:[function(_dereq_,module,exports){
(function (global){(function (){
Expand Down
6 changes: 4 additions & 2 deletions dist/plotly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v2.16.4
* plotly.js v2.16.5
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -126451,6 +126451,8 @@ function setActive(gd, sliderGroup, sliderOpts, index, doCallback, doTransition)
}

function attachGripEvents(item, gd, sliderGroup) {
if(gd._context.staticPlot) return;

var node = sliderGroup.node();
var $gd = d3.select(gd);

Expand Down Expand Up @@ -227423,7 +227425,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.4';
exports.version = '2.16.5';

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 897fb0a

Please sign in to comment.