VegaLite.jl icon indicating copy to clipboard operation
VegaLite.jl copied to clipboard

Add a conversion from Date to a Date Time Vega-Lite object for datum and other places

Open davidanthoff opened this issue 4 years ago • 0 comments

We should auto-translate

@vlplot(x={datum=Date(200, 1, 7)})

to

@vlplot(x={datum={year=2000, month=1, date=7}})

davidanthoff avatar Sep 03 '20 16:09 davidanthoff