evui 3.4.122 → 3.4.123

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.
@@ -11171,7 +11171,7 @@ module.exports = exports;
11171
11171
  /***/ "9224":
11172
11172
  /***/ (function(module) {
11173
11173
 
11174
- module.exports = JSON.parse("{\"a\":\"3.4.122\"}");
11174
+ module.exports = JSON.parse("{\"a\":\"3.4.123\"}");
11175
11175
 
11176
11176
  /***/ }),
11177
11177
 
@@ -54382,7 +54382,7 @@ var chart_core_EvChart = /*#__PURE__*/function () {
54382
54382
  }, {
54383
54383
  key: "collectDuplicatePoints",
54384
54384
  value: function collectDuplicatePoints(duple, chartTypeSet) {
54385
- var isReverseOrder = !!this.options.reverse;
54385
+ var isReverseOrder = !!this.options.seriesReverse;
54386
54386
 
54387
54387
  for (var jx = isReverseOrder ? chartTypeSet.length - 1 : 0; isReverseOrder ? jx >= 0 : jx < chartTypeSet.length; isReverseOrder ? jx-- : jx++) {
54388
54388
  var _this$options$realTim;