diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-07-09 11:51:13 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-07-09 12:26:31 +0000 |
commit | 11d58135b7250fa6c98efb6bd27181cb46f76f1e (patch) | |
tree | 40cab5c45baf569cbb306301d695f465e3bd7e96 /resources/tools/presentation/specification.yaml | |
parent | 6a6126b2f26607263e4543a1e0b5012ab2f0601b (diff) |
FIX: Implement changes required by Plot.ly 3.0.0
- Scatter.xaxix.autotick
- Scatter.yaxis.range[]
Change-Id: I171e0c4a796f713985b69fae23bfb768590274b4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 |