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 2018/05/27 13:19:07 UTC

[Bug 62283] [JMeter Dashboard][Chart] Date is not correctly displayed on chart when granularity is >= 1 day

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Regarding this bug:

    should we automatically compute flot timeformat for overtime graphs based
on granularity ?:
        if granularity >= day => %y%m%d/
        if granularity >= hour => %m%d/%H
        if granularity >= minute => %H:%M
        if granularity >= second => %H:%M:%S
    Or make user set it ? knowing that format is Javascript not java ?

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