fixed pie charts and added spinner for the geomap (#4641)

This commit is contained in:
gabryon99 2020-12-24 16:18:15 +01:00
parent 5a455386cb
commit 35ef4da8d4
2 changed files with 6 additions and 4 deletions

View file

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