C-Dash: Prepare layout for telemetry in trending
[csit.git] / csit.infra.dash / app / cdash / 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: False
35   width: 700
36   height: 900
37   paper_bgcolor: "#fff"
38   plot_bgcolor: "#fff"
39   hoverlabel:
40     namelength: -1
41
42 plot-latency:
43   xaxis:
44     title: "Test Cases [Index]"
45     autorange: True
46     fixedrange: False
47     gridcolor: "rgb(230, 230, 230)"
48     linecolor: "rgb(220, 220, 220)"
49     linewidth: 1
50     showgrid: True
51     showline: True
52     showticklabels: True
53     tickcolor: "rgb(220, 220, 220)"
54     tickmode: "array"
55     zeroline: False
56   yaxis:
57     title: "Average Latency at 50% PDR [us]"
58     gridcolor: "rgb(230, 230, 230)"
59     hoverformat: ".3s"
60     tickformat: ".3s"
61     linecolor: "rgb(220, 220, 220)"
62     linewidth: 1
63     showgrid: True
64     showline: True
65     showticklabels: True
66     tickcolor: "rgb(220, 220, 220)"
67     zeroline: False
68     range: [0, 50]
69   autosize: False
70   margin:
71     t: 50
72     b: 0
73     l: 80
74     r: 20
75   showlegend: False
76   width: 700
77   height: 900
78   paper_bgcolor: "#fff"
79   plot_bgcolor: "#fff"
80   hoverlabel:
81     namelength: -1
82
83 plot-hdrh-latency:
84   showlegend: True
85   legend:
86     traceorder: "normal"
87     orientation: "h"
88     xanchor: "left"
89     yanchor: "top"
90     x: 0
91     y: -0.25
92     bgcolor: "rgba(255, 255, 255, 0)"
93     bordercolor: "rgba(255, 255, 255, 0)"
94   xaxis:
95     type: "log"
96     title: "Percentile [%]"
97     autorange: False
98     fixedrange: True
99     gridcolor: "rgb(230, 230, 230)"
100     linecolor: "rgb(220, 220, 220)"
101     linewidth: 1
102     showgrid: True
103     showline: True
104     showticklabels: True
105     tickcolor: "rgb(220, 220, 220)"
106     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
107     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
108   yaxis:
109     title: "One-Way Latency per Direction [us]"
110     gridcolor: "rgb(230, 230, 230)"
111     linecolor: "rgb(220, 220, 220)"
112     linewidth: 1
113     showgrid: True
114     showline: True
115     showticklabels: True
116     tickcolor: "rgb(220, 220, 220)"
117   autosize: True
118   paper_bgcolor: "white"
119   plot_bgcolor: "white"