mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added 95th percentile to all timeseries charts (#9582)
This commit is contained in:
parent
7f88b16eaf
commit
c9443d7024
1 changed files with 1 additions and 1 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue