Open
Description
They currently show up as "0" (zero), as can be seen in an example that looks at NSSP values for Manhattan (FIPS 36061). (you can verify that the values in question are actually null
and not 0
by looking at the API response your browser's network debugging tool)
This is potentially very misleading.
Another option is to "ignore" null values in a series, treating them as though they dont exist , which will show up as no plotted line at all (or a gap in a plotted line if real values precede and follow the nulls).
Other suggestions are welcome.