Fixes historical flow charts

This commit is contained in:
Matteo Biscosi 2024-03-07 07:43:08 -05:00
parent a5a53a852e
commit c3722083b5
2 changed files with 5 additions and 3 deletions

View file

@ -1242,14 +1242,14 @@ historical_flow_utils.builtin_presets = {
chart =
{
{
unit_measure = "bps_no_scale",
unit_measure = "bps",
params = {
count = "THROUGHPUT"
}
}
},
},
{
--[[ {
id = "raw_flows_records",
i18n_name = "queries.raw_flows_records",
name = i18n("queries.raw_flows_records"),
@ -1258,10 +1258,11 @@ historical_flow_utils.builtin_presets = {
{
unit_measure = "number",
params = {
COUNT = "NUM_FLOWS"
}
}
},
},
},]]
{
id = "raw_flows_bytes",
i18n_name = "queries.raw_flows_bytes",