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.umd.js
CHANGED
|
@@ -11114,7 +11114,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11114
11114
|
/***/ "9224":
|
|
11115
11115
|
/***/ (function(module) {
|
|
11116
11116
|
|
|
11117
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11117
|
+
module.exports = JSON.parse("{\"a\":\"3.4.36\"}");
|
|
11118
11118
|
|
|
11119
11119
|
/***/ }),
|
|
11120
11120
|
|
|
@@ -50726,11 +50726,11 @@ var plugins_tooltip_modules = {
|
|
|
50726
50726
|
ctx.restore();
|
|
50727
50727
|
},
|
|
50728
50728
|
setCustomTooltipLayoutPosition: function setCustomTooltipLayoutPosition(hitInfo, e) {
|
|
50729
|
-
var
|
|
50729
|
+
var _this$tooltipDOM$getE, _this$tooltipDOM2;
|
|
50730
50730
|
|
|
50731
50731
|
var mouseX = e.pageX;
|
|
50732
50732
|
var mouseY = e.pageY;
|
|
50733
|
-
var customTooltipEl = (
|
|
50733
|
+
var customTooltipEl = (_this$tooltipDOM$getE = this.tooltipDOM.getElementsByClassName('ev-chart-tooltip-custom')) === null || _this$tooltipDOM$getE === void 0 ? void 0 : _this$tooltipDOM$getE[0];
|
|
50734
50734
|
|
|
50735
50735
|
if (!customTooltipEl && !this.tooltipDOM) {
|
|
50736
50736
|
return;
|