Elm-Vega Null Tests

Empty values provided to axis settings

Empty values provided to scale settings

Spec without null scales
Empty list for x position scale
Empty list for y position scale
Empty list for colour scale
Empty list for size scale
Empty list for shape scale

Filtering of invalid values

Full dataset with null values shown in grey
Dataset with invalid values filtered out

Null handling configuration

See Modes for handling invalid data

filter: Ignore all invalid data when encoding marks and domains
show: impute all invalid data when encoding marks and domains
break-paths-filter-domains: like filter but break path marks around invalid data
break-paths-show-domains: like break-paths-filter-domains but use imputed values when calculating domains
break-paths-show-path-domains: like break-paths-show-domains but only use imputed values when calculating domains of path marks
No impute customisation (null values ignored)
impute invalid colours and shape to grey and small size
Showing null values with default imputation of 0 (light blue)
Showing null values with custom red imputation

Source