evui 3.4.35 → 3.4.36

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.
@@ -11105,7 +11105,7 @@ $({ target: 'Number', stat: true }, {
11105
11105
  /***/ "9224":
11106
11106
  /***/ (function(module) {
11107
11107
 
11108
- module.exports = JSON.parse("{\"a\":\"3.4.35\"}");
11108
+ module.exports = JSON.parse("{\"a\":\"3.4.36\"}");
11109
11109
 
11110
11110
  /***/ }),
11111
11111
 
@@ -50717,11 +50717,11 @@ var plugins_tooltip_modules = {
50717
50717
  ctx.restore();
50718
50718
  },
50719
50719
  setCustomTooltipLayoutPosition: function setCustomTooltipLayoutPosition(hitInfo, e) {
50720
- var _document$getElements, _this$tooltipDOM2;
50720
+ var _this$tooltipDOM$getE, _this$tooltipDOM2;
50721
50721
 
50722
50722
  var mouseX = e.pageX;
50723
50723
  var mouseY = e.pageY;
50724
- var customTooltipEl = (_document$getElements = document.getElementsByClassName('ev-chart-tooltip-custom')) === null || _document$getElements === void 0 ? void 0 : _document$getElements[0];
50724
+ var customTooltipEl = (_this$tooltipDOM$getE = this.tooltipDOM.getElementsByClassName('ev-chart-tooltip-custom')) === null || _this$tooltipDOM$getE === void 0 ? void 0 : _this$tooltipDOM$getE[0];
50725
50725
 
50726
50726
  if (!customTooltipEl && !this.tooltipDOM) {
50727
50727
  return;