removed test component property
This commit is contained in:
parent
762c6dae55
commit
0227234a6d
@ -527,8 +527,6 @@ class TimeseriesDatasource implements DataSource<TimeseriesRow> {
|
||||
const rows: TimeseriesRow[] = [];
|
||||
|
||||
for (const value of Object.values(rowsMap)) {
|
||||
this.hideEmptyLines = true;
|
||||
|
||||
if (this.hideEmptyLines && isDefinedAndNotNull(value[1])) {
|
||||
rows.push(value);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user