oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
46 stars 59 forks source link

Heatmap visualizations NaN values instead of 0s #561

Open cdolfi opened 8 months ago

cdolfi commented 8 months ago

When the heatmaps are rendered the squares with no data are shown to be "NaN" in the hover. The "quick fix" would be to change all of the NaNs to 0s but that makes it much more difficult to read (see picture below). Need to find a solution to override the hover but not the data rendering the graph. image