Report: Hide re-test data in cmp tbls for tsh, tx2
[csit.git] / resources / tools / presentation / specifications / trending / layouts.yaml
1 ################################################################################
2 ###                              L A Y O U T S                               ###
3 ################################################################################
4
5 - type: "layouts"
6
7   plot-cpta:
8     title: ""
9     titlefont:
10       size: 16
11     autosize: True
12     showlegend: True
13     width: 1100
14     height: 800
15     yaxis:
16       showticklabels: True
17       tickformat: ".5s"
18       title: "Throughput [Mpps]"
19       hoverformat: ".5s"
20       gridcolor: "rgb(238, 238, 238)"
21       linecolor: "rgb(238, 238, 238)"
22       showline: True
23       zeroline: False
24       tickcolor: "rgb(238, 238, 238)"
25       linewidth: 1
26       showgrid: True
27     xaxis:
28       title: 'Date [MMDD]'
29       type: "date"
30       autorange: True
31       fixedrange: False
32       showgrid: True
33       gridcolor: "rgb(238, 238, 238)"
34       showline: True
35       linecolor: "rgb(238, 238, 238)"
36       zeroline: False
37       linewidth: 1
38       showticklabels: True
39       tickcolor: "rgb(238, 238, 238)"
40       tickmode: "auto"
41       tickformat: "%m%d"
42       rangeselector:
43         buttons:
44         - count: 14
45           label: "2w"
46           step: "day"
47           stepmode: "backward"
48         - count: 1
49           label: "1m"
50           step: "month"
51           stepmode: "backward"
52         - count: 2
53           label: "2m"
54           step: "month"
55           stepmode: "backward"
56         - count: 3
57           label: "3m"
58           step: "month"
59           stepmode: "backward"
60         - step: "all"
61     margin:
62       r: 20
63       b: 5
64       t: 5
65       l: 70
66     legend:
67       orientation: "h"
68       xanchor: "auto"
69       traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
70       bordercolor: "rgb(238, 238, 238)"
71     paper_bgcolor: "#fff"
72     plot_bgcolor: "#fff"
73     hoverlabel:
74       namelength: -1
75
76   plot-cpta-cps:
77     title: ""
78     titlefont:
79       size: 16
80     autosize: True
81     showlegend: True
82     width: 1100
83     height: 800
84     yaxis:
85       showticklabels: True
86       tickformat: ".5s"
87       title: "Connection Rate [Mcps]"
88       hoverformat: ".5s"
89       gridcolor: "rgb(238, 238, 238)"
90       linecolor: "rgb(238, 238, 238)"
91       showline: True
92       zeroline: False
93       tickcolor: "rgb(238, 238, 238)"
94       linewidth: 1
95       showgrid: True
96     xaxis:
97       title: 'Date [MMDD]'
98       type: "date"
99       autorange: True
100       fixedrange: False
101       showgrid: True
102       gridcolor: "rgb(238, 238, 238)"
103       showline: True
104       linecolor: "rgb(238, 238, 238)"
105       zeroline: False
106       linewidth: 1
107       showticklabels: True
108       tickcolor: "rgb(238, 238, 238)"
109       tickmode: "auto"
110       tickformat: "%m%d"
111       rangeselector:
112         buttons:
113         - count: 14
114           label: "2w"
115           step: "day"
116           stepmode: "backward"
117         - count: 1
118           label: "1m"
119           step: "month"
120           stepmode: "backward"
121         - count: 2
122           label: "2m"
123           step: "month"
124           stepmode: "backward"
125         - count: 3
126           label: "3m"
127           step: "month"
128           stepmode: "backward"
129         - step: "all"
130     margin:
131       r: 20
132       b: 5
133       t: 5
134       l: 70
135     legend:
136       orientation: "h"
137       xanchor: "auto"
138       traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
139       bordercolor: "rgb(238, 238, 238)"
140     paper_bgcolor: "#fff"
141     plot_bgcolor: "#fff"
142     hoverlabel:
143       namelength: -1