openclimatefix / quartz-frontend

Front End repo for the Nowcasting project.
https://openclimatefix.org/projects/nowcasting/
MIT License
100 stars 16 forks source link

when plevels NaN don't show value #379

Closed rachel-labri-tipton closed 1 year ago

rachel-labri-tipton commented 1 year ago

Detailed Description

When plevels NaN, it shouldn't be shown in the tooltip. So shouldn't look like the following:

Screenshot 2023-07-14 at 11 27 58

Possible Implementation

Set a condition in the tooltip code, found in remix-line.tsx, that returns nothing when plevel values are NaN.