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/dist/evui.umd.js
CHANGED
|
@@ -8145,7 +8145,7 @@ module.exports = exports;
|
|
|
8145
8145
|
/***/ "9224":
|
|
8146
8146
|
/***/ (function(module) {
|
|
8147
8147
|
|
|
8148
|
-
module.exports = JSON.parse("{\"a\":\"3.4.
|
|
8148
|
+
module.exports = JSON.parse("{\"a\":\"3.4.29\"}");
|
|
8149
8149
|
|
|
8150
8150
|
/***/ }),
|
|
8151
8151
|
|
|
@@ -49677,6 +49677,10 @@ var chart_core_EvChart = /*#__PURE__*/function () {
|
|
|
49677
49677
|
}
|
|
49678
49678
|
|
|
49679
49679
|
if ((_this$options$realTim = this.options.realTimeScatter) !== null && _this$options$realTim !== void 0 && _this$options$realTim.use) {
|
|
49680
|
+
if (!this.dataSet) {
|
|
49681
|
+
this.dataSet = {};
|
|
49682
|
+
}
|
|
49683
|
+
|
|
49680
49684
|
this.createRealTimeScatterDataSet(data);
|
|
49681
49685
|
} else {
|
|
49682
49686
|
this.createDataSet(data, labels);
|