Created attachment 36004 [details] The tooltip text when we hover on the data point in 'Latency Vs Request' graph *Steps to Reproduce* - Run the JMeter script in non-gui mode and save the results in jtl file - Generate the Dashboard Report from the above jtl file (jmeter -g <PATH TO JTL OR CSV FILE> -o <PATH OF FOLDER WHERE YOU WISH TO SAVE REPORT DASHBOARD>) - Go to the location of Dashboard Report folder on local machine and open the 'index.html' file - Go to Charts-> Throughput section and select Latency Vs Request graph - Hover on the data point from the graph - Observe that : The tool-tip text displayed as 'Success : Median response time at ...' instead of 'Success : Median Latency ...'
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
Thanks for report, it is very nice and useful ! It should be resolved in next nightly build after today. Please test and give feedback.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4816