evui 3.4.61 → 3.4.62
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 +5 -1
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +5 -1
- 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.interaction.js +4 -0
package/dist/evui.common.js
CHANGED
|
@@ -11161,7 +11161,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
11161
11161
|
/***/ "9224":
|
|
11162
11162
|
/***/ (function(module) {
|
|
11163
11163
|
|
|
11164
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
11164
|
+
module.exports = JSON.parse("{\"a\":\"3.4.62\"}");
|
|
11165
11165
|
|
|
11166
11166
|
/***/ }),
|
|
11167
11167
|
|
|
@@ -49471,6 +49471,10 @@ var plugins_interaction_modules = {
|
|
|
49471
49471
|
label: label,
|
|
49472
49472
|
mousePosition: [e.clientX, e.clientY]
|
|
49473
49473
|
};
|
|
49474
|
+
} else {
|
|
49475
|
+
args.hoveredLabel = {
|
|
49476
|
+
label: ''
|
|
49477
|
+
};
|
|
49474
49478
|
}
|
|
49475
49479
|
|
|
49476
49480
|
if (typeof _this.listeners['mouse-move'] === 'function') {
|