https://bz.apache.org/bugzilla/show_bug.cgi?id=65784
Bug ID: 65784
Summary: No Graphs displayed in Aggregate Report/Response Time
Graph
Product: JMeter
Version: 5.4.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38155
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38155&action=edit
Simple test plan to show the missing graphs
The scaling of the bars/lines in the components Aggregate Graph/Response Time
Graph seems broken. While the numbers are shown correctly, no bars can be seen
(probably happens when numbers are smaller than 1000 ;))
This is due to a small change to update our usage of Java APIs to a more modern
style, where we changed the rounding mode to allow rounding down to zero, which
would break the scaling.
--
You are receiving this mail because:
You are the assignee for the bug.