feat(uti): Add statistics
[csit.git] / resources / tools / dash / app / pal / stats / layout.yaml
1 plot-stats-passed:
2   autosize: True
3   showlegend: False
4   yaxis:
5     showticklabels: True
6     title: "Number of Passed / Failed Tests"
7     gridcolor: "rgb(238, 238, 238)"
8     linecolor: "rgb(238, 238, 238)"
9     showline: True
10     zeroline: False
11     tickcolor: "rgb(238, 238, 238)"
12     linewidth: 1
13     showgrid: True
14     rangemode: "tozero"
15   xaxis:
16     title: 'Date [MMDD]'
17     type: "date"
18     autorange: True
19     fixedrange: False
20     showgrid: True
21     gridcolor: "rgb(238, 238, 238)"
22     showline: True
23     linecolor: "rgb(238, 238, 238)"
24     zeroline: False
25     linewidth: 1
26     showticklabels: True
27     tickcolor: "rgb(238, 238, 238)"
28     tickmode: "auto"
29     tickformat: "%m%d"
30     rangeselector:
31       buttons:
32       - count: 14
33         label: "2w"
34         step: "day"
35         stepmode: "backward"
36       - count: 1
37         label: "1m"
38         step: "month"
39         stepmode: "backward"
40       - count: 2
41         label: "2m"
42         step: "month"
43         stepmode: "backward"
44       - count: 3
45         label: "3m"
46         step: "month"
47         stepmode: "backward"
48       - step: "all"
49   margin:
50     r: 20
51     b: 5
52     t: 5
53     l: 70
54   paper_bgcolor: "#fff"
55   plot_bgcolor: "#fff"
56   barmode: "stack"
57   hoverlabel:
58     namelength: -1
59
60 plot-stats-duration:
61   autosize: True
62   showlegend: False
63   yaxis:
64     showticklabels: True
65     title: "Duration [hh:mm]"
66     gridcolor: "rgb(238, 238, 238)"
67     linecolor: "rgb(238, 238, 238)"
68     showline: True
69     zeroline: False
70     tickmode: "array"
71     tickcolor: "rgb(238, 238, 238)"
72     linewidth: 1
73     showgrid: True
74     rangemode: "tozero"
75   xaxis:
76     title: 'Date [MMDD]'
77     type: "date"
78     autorange: True
79     fixedrange: False
80     showgrid: True
81     gridcolor: "rgb(238, 238, 238)"
82     showline: True
83     linecolor: "rgb(238, 238, 238)"
84     zeroline: False
85     linewidth: 1
86     showticklabels: True
87     tickcolor: "rgb(238, 238, 238)"
88     tickmode: "auto"
89     tickformat: "%m%d"
90     rangeselector:
91       buttons:
92       - count: 14
93         label: "2w"
94         step: "day"
95         stepmode: "backward"
96       - count: 1
97         label: "1m"
98         step: "month"
99         stepmode: "backward"
100       - count: 2
101         label: "2m"
102         step: "month"
103         stepmode: "backward"
104       - count: 3
105         label: "3m"
106         step: "month"
107         stepmode: "backward"
108       - step: "all"
109   margin:
110     r: 20
111     b: 5
112     t: 5
113     l: 70
114   paper_bgcolor: "#fff"
115   plot_bgcolor: "#fff"
116   hoverlabel:
117     namelength: -1