Open asg017 opened 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()?
"date"
YYYY-MM-DD
new Date()
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 requireYYYY-MM-DD
formats, or whatever can be passed intonew Date()
?