Author: pmouawad
Date: Thu Apr 14 19:52:15 2016
New Revision: 1739175

URL: http://svn.apache.org/viewvc?rev=1739175&view=rev
Log:
Bug 59293 - Better Axis to Latencies over Time graph in report
Patch contributed by Antonio Gomes Rodrigues
#resolve #185
Bugzilla Id: 59293

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=1739175&r1=1739174&r2=1739175&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/graph.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/graph.js.fmkr Thu Apr 14 
19:52:15 2016
@@ -791,7 +791,7 @@ var latenciesOverTimeInfos = {
                     axisLabelPadding: 20,
                 },
                 yaxis: {
-                    axisLabel: "Response latencies in ms",
+                    axisLabel: "Average Response latencies in ms",
                     axisLabelUseCanvas: true,
                     axisLabelFontSizePixels: 12,
                     axisLabelFontFamily: 'Verdana, Arial',


Reply via email to