diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-05-16 13:10:03 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-05-16 11:37:42 +0000 |
commit | 30f205347619919d15691f4b01da5e730840db38 (patch) | |
tree | 4efefe4e49026580da4322316bf3cd243e674104 /resources/tools/presentation/specification_CPTA.yaml | |
parent | 0a0b9d81b7e46ac485d66e9aeb2c8def639680c6 (diff) |
CSIT-1082: Trending: Display date on the x-axis
Change-Id: I3f5bdb11222446a5c6016ab4ff57d909514c3ddc
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 | 59 |
1 files changed, 51 insertions, 8 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index bba7d43b7b..535096b660 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -68,6 +68,23 @@ data-sets: plot-performance-trending: csit-vpp-perf-mrr-daily-master: +# - 15 +# - 20 +# - 25 +# - 30 +# - 35 +# - 40 +# - 45 +# - 50 +# - 55 +# - 60 +# - 65 +# - 70 +# - 75 +# - 80 +# - 85 +# - 90 +# - 95 start: 15 end: "lastCompletedBuild" # "lastSuccessfulBuild" # take all from the 'start' @@ -105,31 +122,40 @@ showticklabels: True tickcolor: "rgb(238, 238, 238)" autotick: True - # tickformat: "%m%d" + tickformat: "%m%d" rangeselector: buttons: + - count: 14 + label: "2w" + step: "day" + stepmode: "backward" - count: 1 label: "1m" step: "month" stepmode: "backward" + - count: 2 + label: "2m" + step: "month" + stepmode: "backward" - count: 3 label: "3m" step: "month" stepmode: "backward" - step: "all" - rangeslider: {} + # rangeslider: {} margin: r: 20 - b: 200 + # b: 200 t: 5 l: 70 legend: orientation: "h" - traceorder: "normal" - y: -0.5 -# tracegroupgap: 10 -# bordercolor: "rgb(238, 238, 238)" -# borderwidth: 1 + # y: -0.5 + xanchor: "center" + traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 + tracegroupgap: 20 + bordercolor: "rgb(238, 238, 238)" + # borderwidth: 1 hoverlabel: namelength: -1 @@ -152,6 +178,23 @@ extract: "output.xml" builds: csit-vpp-perf-mrr-daily-master: +# - 15 +# - 20 +# - 25 +# - 30 +# - 35 +# - 40 +# - 45 +# - 50 +# - 55 +# - 60 +# - 65 +# - 70 +# - 75 +# - 80 +# - 85 +# - 90 +# - 95 start: 15 end: "lastCompletedBuild" # take all from the 'start' |