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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evui",
3
- "version": "3.4.28",
3
+ "version": "3.4.29",
4
4
  "description": "A EXEM Library project",
5
5
  "author": "exem <dev_client@ex-em.com>",
6
6
  "license": "MIT",
@@ -764,6 +764,9 @@ class EvChart {
764
764
  }
765
765
 
766
766
  if (this.options.realTimeScatter?.use) {
767
+ if (!this.dataSet) {
768
+ this.dataSet = {};
769
+ }
767
770
  this.createRealTimeScatterDataSet(data);
768
771
  } else {
769
772
  this.createDataSet(data, labels);