https://bz.apache.org/bugzilla/show_bug.cgi?id=65784
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk Status|NEW |NEEDINFO --- Comment #1 from Felix Schumacher <[email protected]> --- commit 37be72fc48121c142c0a4be1c634373e0f929882 AuthorDate: Wed Jan 5 16:23:01 2022 +0100 No Graphs displayed in Aggregate Report/Response Time Graph Make sure, that we scale away from zero (which is in our case mostly up). Otherwise we might end up with a scaling factor of zero, which would result in really small images. Bugzilla Id: 65784 --- .../src/main/java/org/apache/jmeter/visualizers/AxisGraph.java | 2 +- .../main/java/org/apache/jmeter/visualizers/RespTimeGraphChart.java | 4 ++-- xdocs/changes.xml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
