ui: Fix hover when metric has null value. (#4906)
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: David Coles <coles.david@gmail.com>pull/4567/head
parent
080e6ed31a
commit
1591ebf985
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue