Allow metrics to calculate the sum or average. Closes #517.
This commit is contained in:
committed by
James Brooks
parent
f11d238258
commit
8e372c55b1
@@ -61,6 +61,9 @@ return [
|
||||
'description-help' => '',
|
||||
'display-chart' => '',
|
||||
'default-value' => '',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
|
||||
'points' => [
|
||||
'value' => '',
|
||||
|
||||
Reference in New Issue
Block a user