observablehq / plot

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

fix date typing in arrow tables #2096

Open Fil opened 1 month ago

Fil commented 1 month ago

uses the same duck type test as https://github.com/observablehq/inputs/pull/263

addresses https://github.com/observablehq/framework/issues/1376 (for the Plot part)

Note: it's not as good as full Arrow support (where the data would not get transformed into an array of Proxy objects, and valueof would use table.getChild, see #2030).