X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit.infra.dash%2Fapp%2Fcdash%2Freport%2Flayout.yaml;h=9e30642111f9f894dfdf544df1f6438e4b9268f6;hb=607fa0c71af07ba02785b8990a256725efccb983;hp=0be2898dea72d644e8eaea5e68541fcb782a8cc2;hpb=f4179bfe6f98388bbda067a414cf94b0b09a375d;p=csit.git diff --git a/csit.infra.dash/app/cdash/report/layout.yaml b/csit.infra.dash/app/cdash/report/layout.yaml index 0be2898dea..9e30642111 100644 --- a/csit.infra.dash/app/cdash/report/layout.yaml +++ b/csit.infra.dash/app/cdash/report/layout.yaml @@ -11,7 +11,7 @@ plot-throughput: showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "array" - zeroline: False + zeroline: True yaxis: title: "Throughput [pps|cps|rps|bps]" gridcolor: "rgb(230, 230, 230)" @@ -23,8 +23,48 @@ plot-throughput: showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" - zeroline: False - range: [0, 50] + zeroline: True + range: [0, 100] + autosize: True + margin: + t: 50 + b: 0 + l: 80 + r: 20 + showlegend: False + height: 800 + paper_bgcolor: "#fff" + plot_bgcolor: "#fff" + hoverlabel: + namelength: -1 + +plot-bandwidth: + xaxis: + title: "Test Cases [Index]" + autorange: True + fixedrange: False + gridcolor: "rgb(230, 230, 230)" + linecolor: "rgb(220, 220, 220)" + linewidth: 1 + showgrid: True + showline: True + showticklabels: True + tickcolor: "rgb(220, 220, 220)" + tickmode: "array" + zeroline: True + yaxis: + title: "Bandwidth [bps]" + gridcolor: "rgb(230, 230, 230)" + hoverformat: ".3s" + tickformat: ".3s" + linecolor: "rgb(220, 220, 220)" + linewidth: 1 + showgrid: True + showline: True + showticklabels: True + tickcolor: "rgb(220, 220, 220)" + zeroline: True + range: [0, 200] autosize: True margin: t: 50 @@ -32,7 +72,6 @@ plot-throughput: l: 80 r: 20 showlegend: False - # width: 700 height: 800 paper_bgcolor: "#fff" plot_bgcolor: "#fff" @@ -52,7 +91,7 @@ plot-latency: showticklabels: True tickcolor: "rgb(220, 220, 220)" tickmode: "array" - zeroline: False + zeroline: True yaxis: title: "Average Latency at 50% PDR [us]" gridcolor: "rgb(230, 230, 230)" @@ -64,8 +103,8 @@ plot-latency: showline: True showticklabels: True tickcolor: "rgb(220, 220, 220)" - zeroline: False - range: [0, 50] + zeroline: True + range: [0, 200] autosize: True margin: t: 50 @@ -73,7 +112,6 @@ plot-latency: l: 80 r: 20 showlegend: False - # width: 700 height: 800 paper_bgcolor: "#fff" plot_bgcolor: "#fff"