UTI: Set params in ctrl panel from url
[csit.git] / resources / tools / dash / app / pal / report / layout.yaml
1 plot-throughput:
2   xaxis:
3     title: "Test Cases [Index]"
4     autorange: True
5     fixedrange: False
6     gridcolor: "rgb(230, 230, 230)"
7     linecolor: "rgb(220, 220, 220)"
8     linewidth: 1
9     showgrid: True
10     showline: True
11     showticklabels: True
12     tickcolor: "rgb(220, 220, 220)"
13     tickmode: "array"
14     zeroline: False
15   yaxis:
16     title: "Packet Throughput [pps]"
17     gridcolor: "rgb(230, 230, 230)"
18     hoverformat: ".3s"
19     tickformat: ".3s"
20     linecolor: "rgb(220, 220, 220)"
21     linewidth: 1
22     showgrid: True
23     showline: True
24     showticklabels: True
25     tickcolor: "rgb(220, 220, 220)"
26     zeroline: False
27     range: [0, 50]
28   autosize: False
29   margin:
30     t: 50
31     b: 0
32     l: 80
33     r: 20
34   showlegend: True
35   legend:
36     orientation: "h"
37     font:
38       size: 10
39   width: 700
40   height: 900
41   paper_bgcolor: "#fff"
42   plot_bgcolor: "#fff"
43   hoverlabel:
44     namelength: -1
45
46 plot-latency:
47   xaxis:
48     title: "Test Cases [Index]"
49     autorange: True
50     fixedrange: False
51     gridcolor: "rgb(230, 230, 230)"
52     linecolor: "rgb(220, 220, 220)"
53     linewidth: 1
54     showgrid: True
55     showline: True
56     showticklabels: True
57     tickcolor: "rgb(220, 220, 220)"
58     tickmode: "array"
59     zeroline: False
60   yaxis:
61     title: "Average Latency at 50% PDR [us]"
62     gridcolor: "rgb(230, 230, 230)"
63     hoverformat: ".3s"
64     tickformat: ".3s"
65     linecolor: "rgb(220, 220, 220)"
66     linewidth: 1
67     showgrid: True
68     showline: True
69     showticklabels: True
70     tickcolor: "rgb(220, 220, 220)"
71     zeroline: False
72     range: [0, 50]
73   autosize: False
74   margin:
75     t: 50
76     b: 0
77     l: 80
78     r: 20
79   showlegend: True
80   legend:
81     orientation: "h"
82     font:
83       size: 10
84   width: 700
85   height: 900
86   paper_bgcolor: "#fff"
87   plot_bgcolor: "#fff"
88   hoverlabel:
89     namelength: -1
90
91 plot-hdrh-latency:
92   showlegend: True
93   legend:
94     traceorder: "normal"
95     orientation: "h"
96     xanchor: "left"
97     yanchor: "top"
98     x: 0
99     y: -0.25
100     bgcolor: "rgba(255, 255, 255, 0)"
101     bordercolor: "rgba(255, 255, 255, 0)"
102   xaxis:
103     type: "log"
104     title: "Percentile [%]"
105     autorange: False
106     fixedrange: True
107     gridcolor: "rgb(230, 230, 230)"
108     linecolor: "rgb(220, 220, 220)"
109     linewidth: 1
110     showgrid: True
111     showline: True
112     showticklabels: True
113     tickcolor: "rgb(220, 220, 220)"
114     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
115     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
116   yaxis:
117     title: "One-Way Latency per Direction [us]"
118     gridcolor: "rgb(230, 230, 230)"
119     linecolor: "rgb(220, 220, 220)"
120     linewidth: 1
121     showgrid: True
122     showline: True
123     showticklabels: True
124     tickcolor: "rgb(220, 220, 220)"
125   autosize: True
126   paper_bgcolor: "white"
127   plot_bgcolor: "white"