mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
State Timeline: Fix Null Value Filling and Value Transformation (#50054)
This commit is contained in:
@@ -30,7 +30,7 @@ export class DataProcessor {
|
||||
continue;
|
||||
}
|
||||
|
||||
series = applyNullInsertThreshold(series, timeField.name);
|
||||
series = applyNullInsertThreshold({ frame: series, refFieldName: timeField.name });
|
||||
timeField = getTimeField(series).timeField!; // use updated length
|
||||
|
||||
for (let j = 0; j < series.fields.length; j++) {
|
||||
|
||||
Reference in New Issue
Block a user