mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table panel: Migrate time series aggregation Current to Last not null, instead of last (#44113)
This commit is contained in:
parent
4e1c7e868e
commit
2561864767
@ -191,7 +191,7 @@ Object {
|
||||
"reducers": Array [
|
||||
"mean",
|
||||
"max",
|
||||
"last",
|
||||
"lastNotNull",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -37,7 +37,7 @@ const columnsMap = {
|
||||
min: 'min',
|
||||
max: 'max',
|
||||
total: 'sum',
|
||||
current: 'last',
|
||||
current: 'lastNotNull',
|
||||
count: 'count',
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user