mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
touch
This commit is contained in:
@@ -133,10 +133,15 @@ function getById(id: string): TableReducerInfo {
|
||||
value: TableReducerID.sum,
|
||||
label: 'Total',
|
||||
description: 'The sum of all values',
|
||||
emptyInputResult: 0,
|
||||
standard: true,
|
||||
alias: 'total',
|
||||
},
|
||||
{ value: TableReducerID.count, label: 'Count', description: 'Value Count', standard: true },
|
||||
{ value: TableReducerID.count,
|
||||
label: 'Count',
|
||||
description: 'Value Count',
|
||||
emptyInputResult: 0,
|
||||
standard: true },
|
||||
{
|
||||
value: TableReducerID.range,
|
||||
label: 'Range',
|
||||
|
||||
Reference in New Issue
Block a user