From: Darold Gilles Date: Thu, 12 Feb 2015 14:00:25 +0000 (+0100) Subject: Fix min yaxis in histogram graph. Thanks to grzeg1 for the patch. X-Git-Tag: v6.3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fcbf85acd4668dcc2d6f0bde343facf05812f50;p=pgbadger Fix min yaxis in histogram graph. Thanks to grzeg1 for the patch. --- diff --git a/pgbadger b/pgbadger index 5ad1f14..3a8f8fd 100755 --- a/pgbadger +++ b/pgbadger @@ -10613,6 +10613,7 @@ sub flotr2_duration_histograph mode: "normal", title: "Number of queries", autoscaleMargin: 1, + min: 0, max: $max, tickFormatter: function(val){ return pretty_print_number(val,'') }, },