mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Changed timeseries from stacked to non-stacked
This commit is contained in:
parent
0bb861bb94
commit
67df762b7f
1 changed files with 2 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ local community_timeseries = {
|
|||
}
|
||||
},
|
||||
always_visibile = true,
|
||||
draw_stacked = true
|
||||
draw_stacked = false
|
||||
}, {
|
||||
schema = "iface:flows",
|
||||
id = timeseries_id.iface,
|
||||
|
|
@ -1346,6 +1346,7 @@ local community_timeseries = {
|
|||
}, {
|
||||
schema = "top:asn:traffic",
|
||||
id = timeseries_id.iface,
|
||||
draw_stacked = true,
|
||||
label = i18n("graphs.top_asn"),
|
||||
description = i18n("graphs.metric_descr.asn_traffic_rxtx"),
|
||||
priority = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue