mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Chart improvements
- Remove trend in top senders/receivers - Fix top senders/receivers step - Show second axis in custom charts - Avoid hiding series when second axis is show
This commit is contained in:
parent
8ba803a766
commit
95a4722878
6 changed files with 41 additions and 13 deletions
|
|
@ -196,12 +196,15 @@ function populateGraphMenuEntry(label, base_url, params, tab_id)
|
|||
entry_params[k] = v
|
||||
end
|
||||
|
||||
graph_menu_entries[#graph_menu_entries + 1] = {
|
||||
local entry = {
|
||||
html = entry_str,
|
||||
label = label,
|
||||
schema = params.ts_schema,
|
||||
params = entry_params, -- for graphMenuGetActive
|
||||
}
|
||||
|
||||
graph_menu_entries[#graph_menu_entries + 1] = entry
|
||||
return entry
|
||||
end
|
||||
|
||||
function graphMenuDivider()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue