Changed timeseries from stacked to non-stacked

This commit is contained in:
Matteo Biscosi 2025-10-28 14:37:32 +01:00
parent 0bb861bb94
commit 67df762b7f

View file

@ -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,