Update VPP_STABLE_VER files
[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   margin:
31     r: 20
32     b: 5
33     t: 5
34     l: 70
35   paper_bgcolor: "#fff"
36   plot_bgcolor: "#fff"
37   barmode: "stack"
38   hoverlabel:
39     namelength: -1
40
41 plot-stats-duration:
42   autosize: True
43   showlegend: False
44   yaxis:
45     showticklabels: True
46     title: "Duration [hh:mm]"
47     gridcolor: "rgb(238, 238, 238)"
48     linecolor: "rgb(238, 238, 238)"
49     showline: True
50     zeroline: False
51     tickmode: "array"
52     tickcolor: "rgb(238, 238, 238)"
53     linewidth: 1
54     showgrid: True
55     rangemode: "tozero"
56   xaxis:
57     title: 'Date [MMDD]'
58     type: "date"
59     autorange: True
60     fixedrange: False
61     showgrid: True
62     gridcolor: "rgb(238, 238, 238)"
63     showline: True
64     linecolor: "rgb(238, 238, 238)"
65     zeroline: False
66     linewidth: 1
67     showticklabels: True
68     tickcolor: "rgb(238, 238, 238)"
69     tickmode: "auto"
70     tickformat: "%m%d"
71   margin:
72     r: 20
73     b: 5
74     t: 5
75     l: 70
76   paper_bgcolor: "#fff"
77   plot_bgcolor: "#fff"
78   hoverlabel:
79     namelength: -1