rusackas commented on PR #41962:
URL: https://github.com/apache/superset/pull/41962#issuecomment-5039749709

   One more edge case found: if a series' only non-null metric is a real `0` 
and the rest are null, `normalizeArray` still divides 0/0 to NaN 
(transformProps.ts:295-298), since `arr.filter(...)` picks up that lone zero as 
the max. Same thing happened on master before this patch (Math.max coerced null 
to 0 too).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to