be69d83aa16e169ae4b6acf63008a970dda40502
[csit.git] / resources / tools / dash / app / pal / trending / layout.yaml
1 plot-trending:
2   title: ""
3   titlefont:
4     size: 16
5   autosize: True
6   showlegend: True
7   # width: 1100
8   height: 800
9   yaxis:
10     showticklabels: True
11     tickformat: ".3s"
12     title: "Throughput [Mpps]"
13     hoverformat: ".5s"
14     gridcolor: "rgb(238, 238, 238)"
15     linecolor: "rgb(238, 238, 238)"
16     showline: True
17     zeroline: False
18     tickcolor: "rgb(238, 238, 238)"
19     linewidth: 1
20     showgrid: True
21   xaxis:
22     title: 'Date [MMDD]'
23     type: "date"
24     autorange: True
25     fixedrange: False
26     showgrid: True
27     gridcolor: "rgb(238, 238, 238)"
28     showline: True
29     linecolor: "rgb(238, 238, 238)"
30     zeroline: False
31     linewidth: 1
32     showticklabels: True
33     tickcolor: "rgb(238, 238, 238)"
34     tickmode: "auto"
35     tickformat: "%m%d"
36     rangeselector:
37       buttons:
38       - count: 14
39         label: "2w"
40         step: "day"
41         stepmode: "backward"
42       - count: 1
43         label: "1m"
44         step: "month"
45         stepmode: "backward"
46       - count: 2
47         label: "2m"
48         step: "month"
49         stepmode: "backward"
50       - count: 3
51         label: "3m"
52         step: "month"
53         stepmode: "backward"
54       - count: 4
55         label: "4m"
56         step: "month"
57         stepmode: "backward"
58       - count: 5
59         label: "5m"
60         step: "month"
61         stepmode: "backward"
62       - step: "all"
63   margin:
64     r: 20
65     b: 0
66     t: 5
67     l: 70
68   legend:
69     orientation: "h"
70     y: -0.2
71     xanchor: "auto"
72     traceorder: "normal"
73     bordercolor: "rgb(238, 238, 238)"
74   paper_bgcolor: "#fff"
75   plot_bgcolor: "#fff"
76   hoverlabel:
77     namelength: -1