diff options
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 97e616a15d..4bd1060cbe 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -325,7 +325,6 @@ plot-cps: xaxis: autorange: True - autotick: False fixedrange: False gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" @@ -338,11 +337,10 @@ title: "Indexed Test Cases" zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)'" + gridcolor: "rgb(238, 238, 238)" hoverformat: ".4s" linecolor: "rgb(238, 238, 238)" linewidth: 1 - range: [] rangemode: "tozero" showgrid: True showline: True @@ -367,7 +365,6 @@ plot-rps: xaxis: autorange: True - autotick: False fixedrange: False gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" @@ -380,11 +377,10 @@ title: "Indexed Test Cases" zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)'" + gridcolor: "rgb(238, 238, 238)" hoverformat: ".4s" linecolor: "rgb(238, 238, 238)" linewidth: 1 - range: [] rangemode: "tozero" showgrid: True showline: True @@ -409,7 +405,6 @@ plot-throughput: xaxis: autorange: True - autotick: False fixedrange: False gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" @@ -422,11 +417,10 @@ title: "Indexed Test Cases" zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)'" + gridcolor: "rgb(238, 238, 238)" hoverformat: ".4s" linecolor: "rgb(238, 238, 238)" linewidth: 1 - range: [] showgrid: True showline: True showticklabels: True @@ -450,7 +444,6 @@ plot-latency: xaxis: autorange: True - autotick: False fixedrange: False gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" @@ -463,11 +456,10 @@ title: "Indexed Test Cases" zeroline: False yaxis: - gridcolor: "rgb(238, 238, 238)'" + gridcolor: "rgb(238, 238, 238)" hoverformat: "" linecolor: "rgb(238, 238, 238)" linewidth: 1 - range: [] showgrid: True showline: True showticklabels: True @@ -491,7 +483,6 @@ plot-throughput-speedup-analysis: xaxis: autorange: True - autotick: False fixedrange: False gridcolor: "rgb(238, 238, 238)" linecolor: "rgb(238, 238, 238)" @@ -509,7 +500,6 @@ hoverformat: ".4s" linecolor: "rgb(238, 238, 238)" linewidth: 1 - range: [] showgrid: True showline: True showticklabels: True |