VegaLite.jl
VegaLite.jl copied to clipboard
Add a conversion from Date to a Date Time Vega-Lite object for datum and other places
We should auto-translate
@vlplot(x={datum=Date(200, 1, 7)})
to
@vlplot(x={datum={year=2000, month=1, date=7}})