Fixes ts wrongly aggregated (#6307)

This commit is contained in:
MatteoBiscosi 2022-03-15 13:56:54 +01:00
parent a69cf84eec
commit 60125ecb6e

View file

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