feat(uti): Add iterative data
[csit.git] / resources / tools / dash / app / pal / report / layout.yaml
1 plot-throughput:
2   titlefont:
3     size: 16
4   xaxis:
5     title: "<b>Test Cases [Index]</b>"
6     titlefont:
7       size: 14
8     autorange: True
9     fixedrange: False
10     gridcolor: "rgb(230, 230, 230)"
11     linecolor: "rgb(220, 220, 220)"
12     linewidth: 1
13     showgrid: True
14     showline: True
15     showticklabels: True
16     tickcolor: "rgb(220, 220, 220)"
17     tickmode: "array"
18     tickfont:
19       size: 14
20     zeroline: False
21   yaxis:
22     title: "<b>Packet Throughput [Mpps]</b>"
23     titlefont:
24       size: 14
25     gridcolor: "rgb(230, 230, 230)"
26     hoverformat: ".4r"
27     tickformat: ".3r"
28     linecolor: "rgb(220, 220, 220)"
29     linewidth: 1
30     showgrid: True
31     showline: True
32     showticklabels: True
33     tickcolor: "rgb(220, 220, 220)"
34     tickfont:
35       size: 14
36     zeroline: False
37     range: [0, 50]
38   autosize: False
39   margin:
40     t: 50
41     b: 0
42     l: 80
43     r: 20
44   showlegend: True
45   legend:
46     orientation: "h"
47     font:
48       size: 14
49   width: 700
50   height: 900
51   paper_bgcolor: "#fff"
52   plot_bgcolor: "#fff"
53   hoverlabel:
54     namelength: -1
55
56 plot-throughput-speedup-analysis:
57   titlefont:
58     size: 16
59   xaxis:
60     title: "<b>Number of Cores [Qty]</b>"
61     titlefont:
62       size: 14
63     autorange: True
64     fixedrange: False
65     gridcolor: "rgb(230, 230, 230)"
66     linecolor: "rgb(220, 220, 220)"
67     linewidth: 1
68     showgrid: True
69     showline: True
70     showticklabels: True
71     tickcolor: "rgb(238, 238, 238)"
72     tickmode: "linear"
73     tickfont:
74       size: 14
75     zeroline: False
76   yaxis:
77     title: "<b>Packet Throughput [Mpps]</b>"
78     titlefont:
79       size: 14
80     type: "linear"
81     gridcolor: "rgb(230, 230, 230)"
82     hoverformat: ".4s"
83     linecolor: "rgb(220, 220, 220)"
84     linewidth: 1
85     showgrid: True
86     showline: True
87     showticklabels: True
88     tickcolor: "rgb(220, 220, 220)"
89     tickformat: ".4s"
90     tickfont:
91       size: 14
92     zeroline: True
93     rangemode: "tozero"
94     range: [0, 100]
95   legend:
96     orientation: "h"
97     font:
98       size: 14
99     xanchor: "left"
100     yanchor: "top"
101     x: 0
102     y: -0.2
103     bgcolor: "rgba(255, 255, 255, 0)"
104     bordercolor: "rgba(255, 255, 255, 0)"
105     traceorder: "normal"
106   autosize: False
107   margin:
108       't': 50
109       'b': 150
110       'l': 85
111       'r': 10
112   showlegend: True
113   width: 700
114   height: 700
115   paper_bgcolor: "#fff"
116   plot_bgcolor: "#fff"
117   hoverlabel:
118     namelength: -1
119   annotations: [
120     {
121       text: "_ _          __          ...",
122       align: "left",
123       showarrow: False,
124       xref: "paper",
125       yref: "paper",
126       xanchor: "left",
127       yanchor: "top",
128       x: 0,
129       y: -0.14,
130       font: {
131         family: "Consolas, Courier New",
132         size: 13
133       },
134     },
135     {
136       text: "    Perfect     Measured     Limit",
137       align: "left",
138       showarrow: False,
139       xref: "paper",
140       yref: "paper",
141       xanchor: "left",
142       yanchor: "top",
143       x: 0,
144       y: -0.15,
145       font: {
146         family: "Consolas, Courier New",
147         size: 13
148       },
149     },
150   ]