evui 3.3.65 → 3.3.66
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 +11 -1
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +11 -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.legend.js +6 -0
package/dist/evui.common.js
CHANGED
|
@@ -8012,7 +8012,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
8012
8012
|
/***/ "9224":
|
|
8013
8013
|
/***/ (function(module) {
|
|
8014
8014
|
|
|
8015
|
-
module.exports = JSON.parse("{\"a\":\"3.3.
|
|
8015
|
+
module.exports = JSON.parse("{\"a\":\"3.3.66\"}");
|
|
8016
8016
|
|
|
8017
8017
|
/***/ }),
|
|
8018
8018
|
|
|
@@ -39417,6 +39417,11 @@ var plugins_legend_modules = {
|
|
|
39417
39417
|
|
|
39418
39418
|
this.onLegendBoxClick = function (e) {
|
|
39419
39419
|
var opt = _this4.options.legend;
|
|
39420
|
+
|
|
39421
|
+
if (opt !== null && opt !== void 0 && opt.stopClickEvt) {
|
|
39422
|
+
return;
|
|
39423
|
+
}
|
|
39424
|
+
|
|
39420
39425
|
var chartIdx = _this4.data.chartIdx;
|
|
39421
39426
|
|
|
39422
39427
|
var targetDOM = _this4.getContainerDOM(e);
|
|
@@ -39574,6 +39579,11 @@ var plugins_legend_modules = {
|
|
|
39574
39579
|
var _targetDOM$series2;
|
|
39575
39580
|
|
|
39576
39581
|
var opt = _this5.options.legend;
|
|
39582
|
+
|
|
39583
|
+
if (opt !== null && opt !== void 0 && opt.stopClickEvt) {
|
|
39584
|
+
return;
|
|
39585
|
+
}
|
|
39586
|
+
|
|
39577
39587
|
var series = Object.values(_this5.seriesList)[0];
|
|
39578
39588
|
|
|
39579
39589
|
var targetDOM = _this5.getContainerDOM(e);
|