mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes ts wrongly aggregated (#6307)
This commit is contained in:
parent
a69cf84eec
commit
60125ecb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ local options = {
|
|||
max_num_points = tonumber(_GET["limit"]) or 60,
|
||||
initial_point = toboolean(_GET["initial_point"]),
|
||||
with_series = true,
|
||||
target_aggregation = ts_aggregation,
|
||||
target_aggregation = ts_aggregation or "raw",
|
||||
}
|
||||
|
||||
if(no_fill == 1) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue