diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-05-15 14:37:20 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-05-16 08:37:49 +0200 |
commit | a76fb6bd39a0a6ec6183bfb6da9c3ebefb248f33 (patch) | |
tree | a694f6314c8c4d007c337b3b19b262774f022ac4 /resources/tools/presentation/specification_CPTA.yaml | |
parent | 0ac66d491ae486ad5d553eecb5aa400ca1fbd9db (diff) |
CSIT-1082: Trending: Display date on the x-axis
Change-Id: I6f7238e15545d46ded668b7e85f9e2cc58d43586
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 9b47083b2b..bba7d43b7b 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -92,27 +92,41 @@ linewidth: 1 showgrid: True xaxis: - showticklabels: True title: '<a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-vpp-perf-mrr-daily-master-build</a>/<a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-build</a>' + type: "date" autorange: True + fixedrange: False showgrid: True gridcolor: "rgb(238, 238, 238)" + showline: True linecolor: "rgb(238, 238, 238)" - fixedrange: False zeroline: False - tickcolor: "rgb(238, 238, 238)" - # tickangle: 0 - showline: True linewidth: 1 + showticklabels: True + tickcolor: "rgb(238, 238, 238)" autotick: True + # tickformat: "%m%d" + rangeselector: + buttons: + - count: 1 + label: "1m" + step: "month" + stepmode: "backward" + - count: 3 + label: "3m" + step: "month" + stepmode: "backward" + - step: "all" + rangeslider: {} margin: r: 20 - b: 50 + b: 200 t: 5 l: 70 legend: orientation: "h" traceorder: "normal" + y: -0.5 # tracegroupgap: 10 # bordercolor: "rgb(238, 238, 238)" # borderwidth: 1 |