datasette / datasette-plot

A Datasette plugin for making data visualizations with Observable Plot
https://datasette.io/plugins/datasette-plot
Apache License 2.0
20 stars 0 forks source link

Better `Date` support #3

Open asg017 opened 11 months ago

asg017 commented 11 months ago

Currently, only columns that are named "date" are parsed as dates before passing along to Plot. We should have some UI option to say "treat this column as a date". Maybe require YYYY-MM-DD formats, or whatever can be passed into new Date()?