evui 3.4.28 → 3.4.29

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.
@@ -8136,7 +8136,7 @@ module.exports = exports;
8136
8136
  /***/ "9224":
8137
8137
  /***/ (function(module) {
8138
8138
 
8139
- module.exports = JSON.parse("{\"a\":\"3.4.28\"}");
8139
+ module.exports = JSON.parse("{\"a\":\"3.4.29\"}");
8140
8140
 
8141
8141
  /***/ }),
8142
8142
 
@@ -49668,6 +49668,10 @@ var chart_core_EvChart = /*#__PURE__*/function () {
49668
49668
  }
49669
49669
 
49670
49670
  if ((_this$options$realTim = this.options.realTimeScatter) !== null && _this$options$realTim !== void 0 && _this$options$realTim.use) {
49671
+ if (!this.dataSet) {
49672
+ this.dataSet = {};
49673
+ }
49674
+
49671
49675
  this.createRealTimeScatterDataSet(data);
49672
49676
  } else {
49673
49677
  this.createDataSet(data, labels);