Author: pmouawad
Date: Thu Apr 14 19:50:19 2016
New Revision: 1739174
URL: http://svn.apache.org/viewvc?rev=1739174&view=rev
Log:
Bug 59292 - Better Axis to Response time over Time graph in report
Contributed by Antonio Gomes Rodrigues
#resolve #184
Bugzilla Id: 59292
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=1739174&r1=1739173&r2=1739174&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:50:19 2016
@@ -716,7 +716,7 @@ var responseTimesOverTimeInfos = {
axisLabelPadding: 20,
},
yaxis: {
- axisLabel: "Response time in ms",
+ axisLabel: "Average response time in ms",
axisLabelUseCanvas: true,
axisLabelFontSizePixels: 12,
axisLabelFontFamily: 'Verdana, Arial',