Skip to content

Commit

Permalink
2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Oct 21, 2022
1 parent f954103 commit 35fb5b9
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 67 deletions.
38 changes: 19 additions & 19 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.0.js
> https://cdn.plot.ly/plotly-2.16.1.js
> https://cdn.plot.ly/plotly-2.16.0.min.js
> https://cdn.plot.ly/plotly-2.16.1.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.5 kB | 326.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.16.0.js
> https://cdn.plot.ly/plotly-basic-2.16.1.js
> https://cdn.plot.ly/plotly-basic-2.16.0.min.js
> https://cdn.plot.ly/plotly-basic-2.16.1.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.0.js
> https://cdn.plot.ly/plotly-cartesian-2.16.1.js
> https://cdn.plot.ly/plotly-cartesian-2.16.0.min.js
> https://cdn.plot.ly/plotly-cartesian-2.16.1.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.6 kB |

#### CDN links
> https://cdn.plot.ly/plotly-geo-2.16.0.js
> https://cdn.plot.ly/plotly-geo-2.16.1.js
> https://cdn.plot.ly/plotly-geo-2.16.0.min.js
> https://cdn.plot.ly/plotly-geo-2.16.1.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.5 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl3d-2.16.0.js
> https://cdn.plot.ly/plotly-gl3d-2.16.1.js
> https://cdn.plot.ly/plotly-gl3d-2.16.0.min.js
> https://cdn.plot.ly/plotly-gl3d-2.16.1.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.0.js
> https://cdn.plot.ly/plotly-gl2d-2.16.1.js
> https://cdn.plot.ly/plotly-gl2d-2.16.0.min.js
> https://cdn.plot.ly/plotly-gl2d-2.16.1.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.6 kB |
| 4.4 MB | 1.8 MB | 524.7 kB |

#### CDN links
> https://cdn.plot.ly/plotly-mapbox-2.16.0.js
> https://cdn.plot.ly/plotly-mapbox-2.16.1.js
> https://cdn.plot.ly/plotly-mapbox-2.16.0.min.js
> https://cdn.plot.ly/plotly-mapbox-2.16.1.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.5 kB |

#### CDN links
> https://cdn.plot.ly/plotly-finance-2.16.0.js
> https://cdn.plot.ly/plotly-finance-2.16.1.js
> https://cdn.plot.ly/plotly-finance-2.16.0.min.js
> https://cdn.plot.ly/plotly-finance-2.16.1.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.0.js
> https://cdn.plot.ly/plotly-strict-2.16.1.js
> https://cdn.plot.ly/plotly-strict-2.16.0.min.js
> https://cdn.plot.ly/plotly-strict-2.16.1.min.js

#### npm packages
Expand Down
4 changes: 2 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.0
* plotly.js (basic) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -85405,7 +85405,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

Large diffs are not rendered by default.

4 changes: 2 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.0
* plotly.js (cartesian) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -105651,7 +105651,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

Large diffs are not rendered by default.

4 changes: 2 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.0
* plotly.js (finance) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -93412,7 +93412,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

4 changes: 2 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.0
* plotly.js (geo) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -98183,7 +98183,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

Large diffs are not rendered by default.

4 changes: 2 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.0
* plotly.js (gl2d) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -103786,7 +103786,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

4 changes: 2 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.0
* plotly.js (gl3d) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -89060,7 +89060,7 @@ function getSortFunc(opts, d2c) {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

9 changes: 6 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.16.0
* plotly.js (mapbox) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -126947,6 +126947,9 @@ var proto = ChoroplethMapbox.prototype;

proto.update = function(calcTrace) {
this._update(convert(calcTrace));

// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

proto.updateOnSelect = function(calcTrace) {
Expand Down Expand Up @@ -131643,7 +131646,7 @@ proto.update = function update(calcTrace) {
this.clusterEnabled = hasCluster;
}

// link ref for quick update during selections
// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

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

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/plotly-strict.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (strict) v2.16.0
* plotly.js (strict) v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -205975,6 +205975,9 @@ var proto = ChoroplethMapbox.prototype;

proto.update = function(calcTrace) {
this._update(convert(calcTrace));

// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

proto.updateOnSelect = function(calcTrace) {
Expand Down Expand Up @@ -237930,7 +237933,7 @@ proto.update = function update(calcTrace) {
this.clusterEnabled = hasCluster;
}

// link ref for quick update during selections
// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

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

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

9 changes: 6 additions & 3 deletions dist/plotly-with-meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v2.16.0
* plotly.js v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -186791,6 +186791,9 @@ var proto = ChoroplethMapbox.prototype;

proto.update = function(calcTrace) {
this._update(convert(calcTrace));

// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

proto.updateOnSelect = function(calcTrace) {
Expand Down Expand Up @@ -220576,7 +220579,7 @@ proto.update = function update(calcTrace) {
this.clusterEnabled = hasCluster;
}

// link ref for quick update during selections
// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

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

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

},{}],1133:[function(_dereq_,module,exports){
(function (global){(function (){
Expand Down
9 changes: 6 additions & 3 deletions dist/plotly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js v2.16.0
* plotly.js v2.16.1
* Copyright 2012-2022, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -183053,6 +183053,9 @@ var proto = ChoroplethMapbox.prototype;

proto.update = function(calcTrace) {
this._update(convert(calcTrace));

// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

proto.updateOnSelect = function(calcTrace) {
Expand Down Expand Up @@ -214948,7 +214951,7 @@ proto.update = function update(calcTrace) {
this.clusterEnabled = hasCluster;
}

// link ref for quick update during selections
// link ref for quick update during selections
calcTrace[0].trace._glTrace = this;
};

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

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly.js",
"version": "2.16.0",
"version": "2.16.1",
"description": "The open source javascript graphing library that powers plotly",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';

// package version injected by `npm run preprocess`
exports.version = '2.16.0';
exports.version = '2.16.1';

0 comments on commit 35fb5b9

Please sign in to comment.