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.
- package/dist/evui.common.js +3 -3
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +3 -3
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/plugins/plugins.tooltip.js +1 -1
package/dist/evui.common.js
CHANGED
|
@@ -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.
|
|
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
|
|
50720
|
+
var _this$tooltipDOM$getE, _this$tooltipDOM2;
|
|
50721
50721
|
|
|
50722
50722
|
var mouseX = e.pageX;
|
|
50723
50723
|
var mouseY = e.pageY;
|
|
50724
|
-
var customTooltipEl = (
|
|
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;
|