observablehq / plot

A concise API for exploratory data visualization implementing a layered grammar of graphics
https://observablehq.com/plot/
ISC License
4.46k stars 182 forks source link

fix handling of null values in arrow vectors #2195

Closed Fil closed 1 month ago

Fil commented 1 month ago

Call vector.toJSON instead of vector.toArray when there are null values.

closes #2194

Fil commented 1 month ago

ok that's simpler 😓