mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Reworked timeseries backend and added support to bar charts
This commit is contained in:
parent
0dbf2f532b
commit
f189241784
10 changed files with 709 additions and 464 deletions
|
|
@ -959,7 +959,6 @@ function driver:timeseries_top(options, top_tags)
|
|||
top_series[#top_series + 1] = {
|
||||
data = available_series[top_item].data,
|
||||
id = id,
|
||||
type = "line",
|
||||
statistics = available_series[top_item].statistics,
|
||||
tags = available_series[top_item].tags,
|
||||
name = top_item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue