improvement ons pie charts under application tab (interface)

This commit is contained in:
gabryon99 2020-12-16 19:34:24 +01:00
parent bf92e7906c
commit 37c2811a46

View file

@ -120,5 +120,5 @@ for key, value in pairsByValues(_ifstats, rev) do
}
end
local collapsed = stats_utils.collapse_stats(res, 3, 3 --[[ threshold ]])
local collapsed = stats_utils.collapse_stats(res, 1, 3 --[[ threshold ]])
rest_utils.answer(rc, collapsed)