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 2018/07/15 13:27:44 UTC

svn commit: r1835973 - in /jmeter/trunk: bin/report-template/content/js/graph.js.fmkr xdocs/changes.xml

Author: pmouawad
Date: Sun Jul 15 13:27:44 2018
New Revision: 1835973

URL: http://svn.apache.org/viewvc?rev=1835973&view=rev
Log:
Bug 62520 - The tool-tip text when we hover on the point in 'Latency Vs Request' graph should be 'Median Latency ...'
Bugzilla Id: 62520

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

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=1835973&r1=1835972&r2=1835973&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/graph.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/graph.js.fmkr Sun Jul 15 13:27:44 2018
@@ -881,7 +881,7 @@ var latenciesVsRequestInfos = {
             },
             tooltip: true,
             tooltipOpts: {
-                content: "%s : Median response time at %x req/s was %y ms"
+                content: "%s : Median Latency time at %x req/s was %y ms"
             },
             colors: ["#9ACD32", "#FF6347"]
         };

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1835973&r1=1835972&r2=1835973&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Jul 15 13:27:44 2018
@@ -230,6 +230,7 @@ this behaviour, set <code>httpclient.res
 <ul>
     <li><bug>62333</bug>Report Dashboard - When one series contains no value, the graph colors logic is wrong. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>62283</bug>Report Dashboard - Date is not correctly displayed on chart when granularity is &lt;= 1 day</li>
+    <li><bug>62520</bug>The tool-tip text when we hover on the point in 'Latency Vs Request' graph should be 'Median Latency'</li>
 </ul>
 
 <h3>Documentation</h3>