plotly.js 2.16.0 → 2.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * plotly.js (mapbox) v2.16.0
2
+ * plotly.js (mapbox) v2.16.1
3
3
  * Copyright 2012-2022, Plotly, Inc.
4
4
  * All rights reserved.
5
5
  * Licensed under the MIT license
@@ -126947,6 +126947,9 @@ var proto = ChoroplethMapbox.prototype;
126947
126947
 
126948
126948
  proto.update = function(calcTrace) {
126949
126949
  this._update(convert(calcTrace));
126950
+
126951
+ // link ref for quick update during selections
126952
+ calcTrace[0].trace._glTrace = this;
126950
126953
  };
126951
126954
 
126952
126955
  proto.updateOnSelect = function(calcTrace) {
@@ -131643,7 +131646,7 @@ proto.update = function update(calcTrace) {
131643
131646
  this.clusterEnabled = hasCluster;
131644
131647
  }
131645
131648
 
131646
- // link ref for quick update during selections
131649
+ // link ref for quick update during selections
131647
131650
  calcTrace[0].trace._glTrace = this;
131648
131651
  };
131649
131652
 
@@ -132807,7 +132810,7 @@ function getSortFunc(opts, d2c) {
132807
132810
  'use strict';
132808
132811
 
132809
132812
  // package version injected by `npm run preprocess`
132810
- exports.version = '2.16.0';
132813
+ exports.version = '2.16.1';
132811
132814
 
132812
132815
  },{}]},{},[9])(9)
132813
132816
  });