You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/01/05 15:26:18 UTC

[Bug 65784] No Graphs displayed in Aggregate Report/Response Time Graph

https://bz.apache.org/bugzilla/show_bug.cgi?id=65784

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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.