diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-04-20 09:40:34 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-04-20 09:40:34 +0200 |
commit | f63e6b83d830734fdb94b8f0384a808f189711f1 (patch) | |
tree | a28aed5eb379778709d49fad2125b206b3c1a0c9 /resources/tools/dash/app/pal/trending/layout.yaml | |
parent | eefc901a89aa755ba41a2ec615da7610c57fe971 (diff) |
feat(uti): hrdh latency graph
Change-Id: Ib08b31b6dda79c66f4d204145a1b2ed78e9636b4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/trending/layout.yaml')
-rw-r--r-- | resources/tools/dash/app/pal/trending/layout.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/tools/dash/app/pal/trending/layout.yaml b/resources/tools/dash/app/pal/trending/layout.yaml index 9645b744c0..0c0b62d591 100644 --- a/resources/tools/dash/app/pal/trending/layout.yaml +++ b/resources/tools/dash/app/pal/trending/layout.yaml @@ -155,10 +155,10 @@ plot-trending-lat: namelength: -1 plot-hdrh-latency: - title: - text: "Latency by Percentile Distribution" - xanchor: "center" - x: 0.5 + # title: + # text: "Latency by Percentile Distribution" + # xanchor: "center" + # x: 0.5 # font: # size: 10 showlegend: True @@ -192,7 +192,7 @@ plot-hdrh-latency: # tickfont: # size: 14 yaxis: - title: "One-Way Latency per Direction [uSec]" + title: "One-Way Latency per Direction [us]" # titlefont: # size: 14 gridcolor: "rgb(230, 230, 230)" |