Skip to content
  • David Coles's avatar
    ui: Fix hover when metric has null value. (#4906) · 1591ebf9
    David Coles authored
    
    
    When a metric has a null value, number formatters like
    `humanizeNoSmallPrefix` will throw "Uncaught TypeError: Cannot read
    property 'toPrecision' of null".
    
    This is fixed by explicitly checking for `null` and returning the string
    "null".
    
    Note: This is usually not seen as rickshaw doesn't show annotations for
    null values, but still calls the formatter.
    
    Signed-off-by: default avatarDavid Coles <coles.david@gmail.com>
    1591ebf9