diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-08-09 07:39:05 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-08-09 05:40:35 +0000 |
commit | 3719a3d38bd3462772e2c6be10a8ff0ca1860533 (patch) | |
tree | f9a169a7e779d4dc9e9b38b495783d569b4fc409 | |
parent | 9d324eab35857dac39015da42ce4e7cd3554ffaf (diff) |
Report: Fix ipsec plots
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Iedfd9040e382fee7e4a4da348db0f7f1c8d18106
-rw-r--r-- | resources/tools/presentation/specification.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index ff04c8a5a5..2489d8b61d 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4810,7 +4810,7 @@ - "tags" traces: hoverinfo: "x+y" - boxpotnls: "outliers" + boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-tnl-3n-skx-x710-64b-2t1c-sw-ndr" @@ -4835,7 +4835,7 @@ - "tags" traces: hoverinfo: "x+y" - boxpotnls: "outliers" + boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-tnl-3n-skx-x710-64b-2t1c-sw-pdr" @@ -4860,7 +4860,7 @@ - "tags" traces: hoverinfo: "x+y" - boxpotnls: "outliers" + boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-tnl-3n-skx-x710-64b-4t2c-sw-ndr" @@ -4885,7 +4885,7 @@ - "tags" traces: hoverinfo: "x+y" - boxpotnls: "outliers" + boxpoints: "outliers" whiskerwidth: 0 layout: title: "ipsec-tnl-3n-skx-x710-64b-4t2c-sw-pdr" |