From 190462e1f242b59d927eff3e63826fe6343eadbc Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 9 Dec 2019 13:10:07 +0100 Subject: Trending: Use Mpps Change-Id: I63efaa244aa4931a8ab474bc64520e1f501ad57a Signed-off-by: Tibor Frank --- resources/tools/presentation/specification_CPTA.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'resources/tools/presentation/specification_CPTA.yaml') diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index ac7fb5d402..cb2e6997a4 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -559,9 +559,9 @@ height: 800 yaxis: showticklabels: True - tickformat: ".4s" - title: "Throughput [pps]" - hoverformat: ".4s" + tickformat: ".5s" + title: "Throughput [Mpps]" + hoverformat: ".5s" gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" showline: True @@ -610,9 +610,8 @@ l: 70 legend: orientation: "h" - xanchor: "center" + xanchor: "auto" traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913 - tracegroupgap: 20 bordercolor: "rgb(238, 238, 238)" paper_bgcolor: "#fff" plot_bgcolor: "#fff" -- cgit 1.2.3-korg