From 94b9167c9a5b3383341d003b9760139dad0fc9f0 Mon Sep 17 00:00:00 2001 From: shyallegro Date: Mon, 28 Mar 2022 12:39:54 +0300 Subject: [PATCH] fix scalar smoothing --- .../experiment-output-scalars.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/webapp-common/experiments/containers/experiment-output-scalars/experiment-output-scalars.component.html b/src/app/webapp-common/experiments/containers/experiment-output-scalars/experiment-output-scalars.component.html index 32ccc636..30dbe101 100644 --- a/src/app/webapp-common/experiments/containers/experiment-output-scalars/experiment-output-scalars.component.html +++ b/src/app/webapp-common/experiments/containers/experiment-output-scalars/experiment-output-scalars.component.html @@ -52,6 +52,7 @@ [isGroupGraphs]="false" [metrics]="graphs" [hiddenList]="listOfHidden | async" + [smoothWeight]="smoothWeight$ | async" [legendStringLength]="minimized? 14 : undefined" [minimized]="minimized" [xAxisType]="xAxisType$ | async"