Add stacked top user scripts chart

This commit is contained in:
emanuele-f 2019-10-29 16:36:00 +01:00
parent 13a7b8ba67
commit 63660b59f4
7 changed files with 17 additions and 7 deletions

View file

@ -76,6 +76,11 @@ if tags.ifid then
interface.select(tags.ifid)
end
if(ts_schema == "top:user_script:duration") then
-- NOTE: Temporary fix for top user scripts page
tags.user_script = nil
end
sendHTTPHeader('application/json')
local function performQuery(tstart, tend, keep_total, additional_options)