mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Graphs improvements
- Show begin and end time in the graph info table - Show "Custom" zoom resolution when zoom is active and make it clickable to jump to it later - Hide past time comparison series by default if too high
This commit is contained in:
parent
0caf680dc0
commit
f3497eb37c
8 changed files with 55 additions and 28 deletions
|
|
@ -394,7 +394,7 @@ print[[
|
|||
|
||||
if ntop.isPro() then
|
||||
_ifstats = interface.getStats()
|
||||
drawProGraph(ifid, schema, tags, zoomLevel, baseurl, selectedEpoch, options)
|
||||
drawProGraph(ifid, schema, tags, zoomLevel, baseurl, options)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue