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:20:00 UTC

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

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: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de
  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.

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

Posted by bu...@apache.org.
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.

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

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65784

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEEDINFO                    |RESOLVED

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
OP wrote on mailing list, that the graphs work again in nightly build.

-- 
You are receiving this mail because:
You are the assignee for the bug.