aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/report/layout.yaml
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-06-10 13:13:08 +0200
committerTibor Frank <tifrank@cisco.com>2022-06-10 11:18:54 +0000
commit51da461dcdb1ed20abe73b616ceb971569c9b884 (patch)
tree8c117bd5324350b64b1fa5ea978df879750bca01 /resources/tools/dash/app/pal/report/layout.yaml
parent575e88c3e9b386fe00cccb98364ec6be841a5ee3 (diff)
feat(uti): statistical graphs
Change-Id: Ic05d56dae08e9745582e02e59e8b76145050ca73 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/report/layout.yaml')
-rw-r--r--resources/tools/dash/app/pal/report/layout.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/dash/app/pal/report/layout.yaml b/resources/tools/dash/app/pal/report/layout.yaml
index e6ee788a0f..689a91d291 100644
--- a/resources/tools/dash/app/pal/report/layout.yaml
+++ b/resources/tools/dash/app/pal/report/layout.yaml
@@ -1,6 +1,6 @@
plot-throughput:
xaxis:
- title: "<b>Test Cases [Index]</b>"
+ title: "Test Cases [Index]"
autorange: True
fixedrange: False
gridcolor: "rgb(230, 230, 230)"
@@ -13,7 +13,7 @@ plot-throughput:
tickmode: "array"
zeroline: False
yaxis:
- title: "<b>Packet Throughput [pps]</b>"
+ title: "Packet Throughput [pps]"
gridcolor: "rgb(230, 230, 230)"
hoverformat: ".3s"
tickformat: ".3s"
@@ -45,7 +45,7 @@ plot-throughput:
plot-latency:
xaxis:
- title: "<b>Test Cases [Index]</b>"
+ title: "Test Cases [Index]"
autorange: True
fixedrange: False
gridcolor: "rgb(230, 230, 230)"
@@ -58,7 +58,7 @@ plot-latency:
tickmode: "array"
zeroline: False
yaxis:
- title: "<b>Packet Latency [us]</b>"
+ title: "Average Latency at 50% PDR [us]"
gridcolor: "rgb(230, 230, 230)"
hoverformat: ".3s"
tickformat: ".3s"