You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/09/02 20:53:14 UTC

svn commit: r1759037 - /jmeter/trunk/bin/report-template/content/js/graph.js.fmkr

Author: pmouawad
Date: Fri Sep  2 20:53:14 2016
New Revision: 1759037

URL: http://svn.apache.org/viewvc?rev=1759037&view=rev
Log:
Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph
Center Bars and make them thinner
Bugzilla Id: 60079

Modified:
    jmeter/trunk/bin/report-template/content/js/graph.js.fmkr

Modified: jmeter/trunk/bin/report-template/content/js/graph.js.fmkr
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/report-template/content/js/graph.js.fmkr?rev=1759037&r1=1759036&r2=1759037&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/graph.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/graph.js.fmkr Fri Sep  2 20:53:14 2016
@@ -378,6 +378,8 @@ var syntheticResponseTimeDistributionInf
                     axisLabelFontFamily: 'Verdana, Arial',
                     axisLabelPadding: 20,
                     tickLength:0,
+                    min:-0.5,
+                    max:3.5
                 },
                 yaxis: {
                     axisLabel: "Number of responses",
@@ -389,7 +391,7 @@ var syntheticResponseTimeDistributionInf
                 bars : {
                     show: true,
                     align: "center",
-                    barWidth: 0.5,
+                    barWidth: 0.25,
                     fill:.75
                 },
                 grid: {