evui 3.3.18 → 3.3.19

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.
@@ -7957,7 +7957,7 @@ $({ target: 'Number', stat: true }, {
7957
7957
  /***/ "9224":
7958
7958
  /***/ (function(module) {
7959
7959
 
7960
- module.exports = JSON.parse("{\"a\":\"3.3.18\"}");
7960
+ module.exports = JSON.parse("{\"a\":\"3.3.19\"}");
7961
7961
 
7962
7962
  /***/ }),
7963
7963
 
@@ -42727,15 +42727,15 @@ var chart_core_EvChart = /*#__PURE__*/function () {
42727
42727
  }, {
42728
42728
  key: "getChartRect",
42729
42729
  value: function getChartRect() {
42730
- var _this$options$axesX$, _this$options$axesY$;
42730
+ var _this$options$axesX, _this$options$axesX$, _this$options$axesY, _this$options$axesY$;
42731
42731
 
42732
42732
  var _this$getChartDOMRect = this.getChartDOMRect(),
42733
42733
  width = _this$getChartDOMRect.width,
42734
42734
  height = _this$getChartDOMRect.height;
42735
42735
 
42736
42736
  var padding = this.options.padding;
42737
- var xAxisTitleOpt = (_this$options$axesX$ = this.options.axesX[0]) === null || _this$options$axesX$ === void 0 ? void 0 : _this$options$axesX$.title;
42738
- var yAxisTitleOpt = (_this$options$axesY$ = this.options.axesY[0]) === null || _this$options$axesY$ === void 0 ? void 0 : _this$options$axesY$.title;
42737
+ var xAxisTitleOpt = (_this$options$axesX = this.options.axesX) === null || _this$options$axesX === void 0 ? void 0 : (_this$options$axesX$ = _this$options$axesX[0]) === null || _this$options$axesX$ === void 0 ? void 0 : _this$options$axesX$.title;
42738
+ var yAxisTitleOpt = (_this$options$axesY = this.options.axesY) === null || _this$options$axesY === void 0 ? void 0 : (_this$options$axesY$ = _this$options$axesY[0]) === null || _this$options$axesY$ === void 0 ? void 0 : _this$options$axesY$.title;
42739
42739
  var titleMargin = 10;
42740
42740
  var xAxisTitleHeight = 0;
42741
42741