UTI: Set params in ctrl panel from url
[csit.git] / resources / tools / dash / app / pal / trending / layout.yaml
1 plot-trending-tput:
2   autosize: True
3   showlegend: True
4   yaxis:
5     showticklabels: True
6     tickformat: ".3s"
7     title: "Throughput [pps]"
8     hoverformat: ".5s"
9     gridcolor: "rgb(238, 238, 238)"
10     linecolor: "rgb(238, 238, 238)"
11     showline: True
12     zeroline: False
13     tickcolor: "rgb(238, 238, 238)"
14     linewidth: 1
15     showgrid: True
16   xaxis:
17     title: 'Date [MMDD]'
18     type: "date"
19     autorange: True
20     fixedrange: False
21     showgrid: True
22     gridcolor: "rgb(238, 238, 238)"
23     showline: True
24     linecolor: "rgb(238, 238, 238)"
25     zeroline: False
26     linewidth: 1
27     showticklabels: True
28     tickcolor: "rgb(238, 238, 238)"
29     tickmode: "auto"
30     tickformat: "%m%d"
31     rangeselector:
32       buttons:
33       - count: 14
34         label: "2w"
35         step: "day"
36         stepmode: "backward"
37       - count: 1
38         label: "1m"
39         step: "month"
40         stepmode: "backward"
41       - count: 2
42         label: "2m"
43         step: "month"
44         stepmode: "backward"
45       - count: 3
46         label: "3m"
47         step: "month"
48         stepmode: "backward"
49       - count: 4
50         label: "4m"
51         step: "month"
52         stepmode: "backward"
53       - count: 5
54         label: "5m"
55         step: "month"
56         stepmode: "backward"
57       - step: "all"
58   margin:
59     r: 20
60     b: 0
61     t: 5
62     l: 70
63   legend:
64     orientation: "h"
65     y: -0.18
66     xanchor: "auto"
67     traceorder: "normal"
68     bordercolor: "rgb(238, 238, 238)"
69   paper_bgcolor: "#fff"
70   plot_bgcolor: "#fff"
71   hoverlabel:
72     namelength: -1
73
74 plot-trending-lat:
75   autosize: True
76   showlegend: True
77   yaxis:
78     showticklabels: True
79     tickformat: ".3s"
80     title: "Average Latency at 50% PDR [us]"
81     hoverformat: ".5s"
82     gridcolor: "rgb(238, 238, 238)"
83     linecolor: "rgb(238, 238, 238)"
84     showline: True
85     zeroline: False
86     tickcolor: "rgb(238, 238, 238)"
87     linewidth: 1
88     showgrid: True
89   xaxis:
90     title: 'Date [MMDD]'
91     type: "date"
92     autorange: True
93     fixedrange: False
94     showgrid: True
95     gridcolor: "rgb(238, 238, 238)"
96     showline: True
97     linecolor: "rgb(238, 238, 238)"
98     zeroline: False
99     linewidth: 1
100     showticklabels: True
101     tickcolor: "rgb(238, 238, 238)"
102     tickmode: "auto"
103     tickformat: "%m%d"
104     rangeselector:
105       buttons:
106       - count: 14
107         label: "2w"
108         step: "day"
109         stepmode: "backward"
110       - count: 1
111         label: "1m"
112         step: "month"
113         stepmode: "backward"
114       - count: 2
115         label: "2m"
116         step: "month"
117         stepmode: "backward"
118       - count: 3
119         label: "3m"
120         step: "month"
121         stepmode: "backward"
122       - count: 4
123         label: "4m"
124         step: "month"
125         stepmode: "backward"
126       - count: 5
127         label: "5m"
128         step: "month"
129         stepmode: "backward"
130       - step: "all"
131   margin:
132     r: 20
133     b: 0
134     t: 5
135     l: 70
136   legend:
137     orientation: "h"
138     y: -0.18
139     xanchor: "auto"
140     traceorder: "normal"
141     bordercolor: "rgb(238, 238, 238)"
142   paper_bgcolor: "#fff"
143   plot_bgcolor: "#fff"
144   hoverlabel:
145     namelength: -1
146
147 plot-hdrh-latency:
148   showlegend: True
149   legend:
150     traceorder: "normal"
151     orientation: "h"
152     xanchor: "left"
153     yanchor: "top"
154     x: 0
155     y: -0.25
156     bgcolor: "rgba(255, 255, 255, 0)"
157     bordercolor: "rgba(255, 255, 255, 0)"
158   xaxis:
159     type: "log"
160     title: "Percentile [%]"
161     autorange: False
162     fixedrange: True
163     gridcolor: "rgb(230, 230, 230)"
164     linecolor: "rgb(220, 220, 220)"
165     linewidth: 1
166     showgrid: True
167     showline: True
168     showticklabels: True
169     tickcolor: "rgb(220, 220, 220)"
170     tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
171     ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
172   yaxis:
173     title: "One-Way Latency per Direction [us]"
174     gridcolor: "rgb(230, 230, 230)"
175     linecolor: "rgb(220, 220, 220)"
176     linewidth: 1
177     showgrid: True
178     showline: True
179     showticklabels: True
180     tickcolor: "rgb(220, 220, 220)"
181   autosize: True
182   paper_bgcolor: "white"
183   plot_bgcolor: "white"