Commit 0227234a6d50bd2235662fd39845fba5b22475bc
Committed by
Andrew Shvayka
1 parent
762c6dae
removed test component property
Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -527,8 +527,6 @@ class TimeseriesDatasource implements DataSource<TimeseriesRow> { |
527 | 527 | const rows: TimeseriesRow[] = []; |
528 | 528 | |
529 | 529 | for (const value of Object.values(rowsMap)) { |
530 | - this.hideEmptyLines = true; | |
531 | - | |
532 | 530 | if (this.hideEmptyLines && isDefinedAndNotNull(value[1])) { |
533 | 531 | rows.push(value); |
534 | 532 | } else { | ... | ... |