Fix host alert configuration issues

This commit is contained in:
emanuele-f 2017-05-04 16:30:39 +02:00
parent 21171bbd73
commit 10be6c2190
6 changed files with 10 additions and 7 deletions

View file

@ -1171,7 +1171,7 @@ end
-- edge: minimum percentage value to create collision
-- min_col: minimum collision groups to aggregate
function aggregatePie(values, values_sum, edge, min_col)
local edge = edge or 0.05
local edge = edge or 0.09
min_col = min_col or 2
local aggr = {}
local other = i18n("other")