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.
package/dist/evui.umd.js CHANGED
@@ -7966,7 +7966,7 @@ $({ target: 'Number', stat: true }, {
7966
7966
  /***/ "9224":
7967
7967
  /***/ (function(module) {
7968
7968
 
7969
- module.exports = JSON.parse("{\"a\":\"3.3.18\"}");
7969
+ module.exports = JSON.parse("{\"a\":\"3.3.19\"}");
7970
7970
 
7971
7971
  /***/ }),
7972
7972
 
@@ -42736,15 +42736,15 @@ var chart_core_EvChart = /*#__PURE__*/function () {
42736
42736
  }, {
42737
42737
  key: "getChartRect",
42738
42738
  value: function getChartRect() {
42739
- var _this$options$axesX$, _this$options$axesY$;
42739
+ var _this$options$axesX, _this$options$axesX$, _this$options$axesY, _this$options$axesY$;
42740
42740
 
42741
42741
  var _this$getChartDOMRect = this.getChartDOMRect(),
42742
42742
  width = _this$getChartDOMRect.width,
42743
42743
  height = _this$getChartDOMRect.height;
42744
42744
 
42745
42745
  var padding = this.options.padding;
42746
- var xAxisTitleOpt = (_this$options$axesX$ = this.options.axesX[0]) === null || _this$options$axesX$ === void 0 ? void 0 : _this$options$axesX$.title;
42747
- var yAxisTitleOpt = (_this$options$axesY$ = this.options.axesY[0]) === null || _this$options$axesY$ === void 0 ? void 0 : _this$options$axesY$.title;
42746
+ 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;
42747
+ 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;
42748
42748
  var titleMargin = 10;
42749
42749
  var xAxisTitleHeight = 0;
42750
42750