igniteui-webcomponents-dashboards 5.4.0 → 5.4.1
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/bundles/igniteui-webcomponents-dashboards.umd.js +3 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/DataSeriesToDescriptionAdapter_combined.js +3 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter_combined.js +3 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +3 -0
- package/fesm5/igniteui-webcomponents-dashboards.js +3 -0
- package/package.json +8 -8
|
@@ -5884,6 +5884,9 @@
|
|
|
5884
5884
|
try {
|
|
5885
5885
|
for (var _e = (e_24 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(c.series))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
5886
5886
|
var f = _f.value;
|
|
5887
|
+
if (f.et) {
|
|
5888
|
+
continue;
|
|
5889
|
+
}
|
|
5887
5890
|
var g = new igniteuiWebcomponentsCore.TrendLineLayerDescription();
|
|
5888
5891
|
g.name = "trendLine" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, e) + "_" + f.name;
|
|
5889
5892
|
g.trendLineType = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.TrendLineType_$type, e);
|