Added 95th percentile to all timeseries charts (#9582)

This commit is contained in:
GabrieleDeri 2025-09-01 10:53:56 +02:00 committed by GitHub
parent 7f88b16eaf
commit c9443d7024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,7 +311,7 @@ function formatStandardSerie(timeserie_info, timeserie_options, config, tsCompar
if (extra_timeseries?.past == true && !disable_past_ts) {
addNewSerie(past_name, "dash", { color: constant_serie_colors["past"], palette: 1 }, config)
}
addNewSerie(perc_name, "point", { color: constant_serie_colors["perc_95"], palette: 1 }, config)
/* ************************************** */
compactSerie(config, ts_info, extra_timeseries, serie, past_value, scalar, step, epoch_begin, {