diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-01-24 13:10:02 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-01-24 19:53:45 +0000 |
commit | 28f8695692aaafb8b228ae1147e4b9d82a0d9d77 (patch) | |
tree | c7a0ae434b92f0fff2930a29c204ec236685f1e1 /resources/tools/presentation/specifications/report/layouts.yaml | |
parent | a4ccb8a9e56e9e3b4db9dd13851f908196ee32a7 (diff) |
Report: Configure rls2302.rc1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I2b4ff328de320aa58ae36e88f4a8e6c3dc1d72f3
Diffstat (limited to 'resources/tools/presentation/specifications/report/layouts.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/layouts.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/resources/tools/presentation/specifications/report/layouts.yaml b/resources/tools/presentation/specifications/report/layouts.yaml index ac6d29a094..2086a4cdec 100644 --- a/resources/tools/presentation/specifications/report/layouts.yaml +++ b/resources/tools/presentation/specifications/report/layouts.yaml @@ -310,6 +310,61 @@ hoverlabel: namelength: -1 + plot-rps: + titlefont: + size: 16 + xaxis: + title: "<b>Test Cases [Index]</b>" + titlefont: + size: 14 + autorange: True + fixedrange: False + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" + linewidth: 1 + showgrid: True + showline: True + showticklabels: True + tickcolor: "rgb(220, 220, 220)" + tickmode: "array" + tickfont: + size: 14 + zeroline: False + yaxis: + title: "<b>Request Rate [Mrps]</b>" + titlefont: + size: 14 + gridcolor: "rgb(230, 230, 230)" + hoverformat: ".4r" + tickformat: ".3s" + linecolor: "rgb(220, 220, 220)" + linewidth: 1 + showgrid: True + showline: True + showticklabels: True + tickcolor: "rgb(220, 220, 220)" + tickfont: + size: 14 + zeroline: False + range: [0,10] + autosize: False + margin: + t: 50 + b: 0 + l: 80 + r: 20 + showlegend: True + legend: + orientation: "h" + font: + size: 14 + width: 700 + height: 900 + paper_bgcolor: "#fff" + plot_bgcolor: "#fff" + hoverlabel: + namelength: -1 + plot-throughput-speedup-analysis: titlefont: size: 16 |