From f63e6b83d830734fdb94b8f0384a808f189711f1 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 20 Apr 2022 09:40:34 +0200 Subject: feat(uti): hrdh latency graph Change-Id: Ib08b31b6dda79c66f4d204145a1b2ed78e9636b4 Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/trending/layout.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resources/tools/dash/app/pal/trending/layout.yaml') 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)" -- cgit 1.2.3-korg