mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 18:00:10 +00:00
Changed historical chart to bar chart
This commit is contained in:
parent
01bf5dc0ef
commit
7cc2004c1c
4 changed files with 58 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ function ts_rest_utils.get_timeseries(http_context)
|
|||
res = ts_utils.queryTopk(ts_schema, tags, tstart, tend, options)
|
||||
else
|
||||
res = ts_utils.query(ts_schema, tags, tstart, tend, options)
|
||||
|
||||
|
||||
if(not keep_total) and (res) and (res.additional_series) then
|
||||
-- no need for total serie in normal queries
|
||||
res.additional_series.total = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue