From c44657a8f036ce822b6f7cf333ef127d58cf31ba Mon Sep 17 00:00:00 2001 From: Stefan Giehl <stefan@piwik.org> Date: Tue, 15 Aug 2017 06:27:26 +0200 Subject: [PATCH] Fix metric selection in multi row evolution (#11953) * Do not hide select box for metric selection * update screenshots --- .../CoreVisualizations/stylesheets/jqplot.css | 1 + .../RowEvolution_multirow_evolution.png | Bin 130 -> 130 bytes ...volution_multirow_evolution_other_metric.png | Bin 130 -> 130 bytes 3 files changed, 1 insertion(+) diff --git a/plugins/CoreVisualizations/stylesheets/jqplot.css b/plugins/CoreVisualizations/stylesheets/jqplot.css index 7c833650d1..ef08f1292f 100644 --- a/plugins/CoreVisualizations/stylesheets/jqplot.css +++ b/plugins/CoreVisualizations/stylesheets/jqplot.css @@ -196,6 +196,7 @@ a.rowevolution-startmulti { color: #444; margin: 8px 0 0 0; padding: 0; + display: block; } /** diff --git a/tests/UI/expected-screenshots/RowEvolution_multirow_evolution.png b/tests/UI/expected-screenshots/RowEvolution_multirow_evolution.png index 42477bc16e69b89824113beffcf9931903cea4ca..1d441fd44cf4faf2eabfa76299eab1b8b19980df 100644 GIT binary patch delta 83 zcmWN|u@QhE3<c1$WeP_ikPxziOUNg=v$nHj0!P-@zqPIHZ3h@Lqeh`RtRhCZAwto* fP86Cph!qm<Y%WG+%9%+k|8pSHeLcQ&7i;MQ4ayhs delta 83 zcmV~$yA6Oa3<W@?WeP?}{ENK<OS}*xQPWXo0!HR;l~q1FKuu!+T~D?~pdmA+Nr;?W dO;a;?dUbZlWkfxJf$5P{(R6$6H+Sjmy#2ZR7Fz%S diff --git a/tests/UI/expected-screenshots/RowEvolution_multirow_evolution_other_metric.png b/tests/UI/expected-screenshots/RowEvolution_multirow_evolution_other_metric.png index 4e1c7d62fb7811b0137629dd3616bf4da5535d3a..f8eac3aba7534bf60e1e9f64229095b939f06e38 100644 GIT binary patch delta 83 zcmV~$yAgmO3;@uhWeP_K3FNbbO9T?{tnDnBz>$4#mt8(SSBL`x^r`52CHg?hAsT=z eWNW%ecto?*G|KMi+)Q)M<-_W8zj=(-3F;5mZx<W@ delta 83 zcmV~$yAgmO3;@uhWeP_iG2b0rf&{p;wzFgcNA|s4cKPJO$>fOPY#oyXRK075P+Nn+ d5hR1f62+Wi#?li~2h8E#nCf%C^B`|x^#`NL74iT8 -- GitLab