You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way to make a binary section with a "green if none, red if some" status. Setting the the threshold to 0 will get you "yellow if none, red if some."
Rather than making 0 a special case, I think the best thing to do is just to make threshold optional, and fall back to a binary status if it's undefined.
The text was updated successfully, but these errors were encountered:
There's no way to make a binary section with a "green if none, red if some" status. Setting the the threshold to 0 will get you "yellow if none, red if some."
Rather than making 0 a special case, I think the best thing to do is just to make threshold optional, and fall back to a binary status if it's undefined.
The text was updated successfully, but these errors were encountered: