evui 3.1.46 → 3.1.47

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.
@@ -7805,7 +7805,7 @@ $({ target: 'Number', stat: true }, {
7805
7805
  /***/ "9224":
7806
7806
  /***/ (function(module) {
7807
7807
 
7808
- module.exports = JSON.parse("{\"a\":\"3.1.46\"}");
7808
+ module.exports = JSON.parse("{\"a\":\"3.1.47\"}");
7809
7809
 
7810
7810
  /***/ }),
7811
7811
 
@@ -33832,7 +33832,7 @@ var element_bar_Bar = /*#__PURE__*/function () {
33832
33832
  return;
33833
33833
  }
33834
33834
 
33835
- if (isBorderRadius && isStackBar && isTop) {
33835
+ if (!isStackBar && isBorderRadius || isStackBar && isBorderRadius && isTop) {
33836
33836
  try {
33837
33837
  this.drawRoundedRect(ctx, positions);
33838
33838
  } catch (e) {
@@ -39133,7 +39133,7 @@ var chart_core_EvChart = /*#__PURE__*/function () {
39133
39133
  pos: null,
39134
39134
  value: null
39135
39135
  };
39136
- this.createSeriesSet(series, options.type);
39136
+ this.createSeriesSet(series, options.type, options.horizontal);
39137
39137
 
39138
39138
  if (this.legendDOM) {
39139
39139
  this.resetLegend();