evui 3.4.99 → 3.4.100

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.
@@ -11149,7 +11149,7 @@ module.exports = exports;
11149
11149
  /***/ "9224":
11150
11150
  /***/ (function(module) {
11151
11151
 
11152
- module.exports = JSON.parse("{\"a\":\"3.4.99\"}");
11152
+ module.exports = JSON.parse("{\"a\":\"3.4.100\"}");
11153
11153
 
11154
11154
  /***/ }),
11155
11155
 
@@ -53778,9 +53778,9 @@ var chart_core_EvChart = /*#__PURE__*/function () {
53778
53778
 
53779
53779
  notFormattedLabels.push(graphMax);
53780
53780
  } else {
53781
- var _this$data$labels;
53781
+ var _ref3, _this$data$labels$y, _this$data$labels;
53782
53782
 
53783
- notFormattedLabels = (_this$data$labels = this.data.labels) !== null && _this$data$labels !== void 0 ? _this$data$labels : [];
53783
+ notFormattedLabels = (_ref3 = (_this$data$labels$y = (_this$data$labels = this.data.labels) === null || _this$data$labels === void 0 ? void 0 : _this$data$labels.y) !== null && _this$data$labels$y !== void 0 ? _this$data$labels$y : this.data.labels) !== null && _ref3 !== void 0 ? _ref3 : [];
53784
53784
  }
53785
53785
 
53786
53786
  var yMaxWidth = (_this$axesY$ = this.axesY[0]) === null || _this$axesY$ === void 0 ? void 0 : _this$axesY$.getLabelWidthHasMaxLength(notFormattedLabels);