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.
- package/dist/evui.common.js +3 -3
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +3 -3
- 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/chart.core.js +1 -1
- package/src/components/chart/element/element.bar.js +1 -1
package/dist/evui.common.js
CHANGED
|
@@ -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.
|
|
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 (
|
|
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();
|