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
Sur la Creuse au 2021-06-25, l’incidence et la positivité sont 0 mais il est indiqué "Non renseigné".
Dans le JSON, il y a bien 0 au 2021-06-25 (index 464) ; alors qu’il y a bien null quand il n’y a pas encore la donnée. Dans l’affichage, il doit y avoir une condition if( tauxIncidence ) à remplacer par quelque chose comme if( tauxIncidence === null ).