hvega-0.10.0.0: tests/specs/time/parseAsUTC.vl
{
"mark": "point",
"data": {
"values": [
{
"date": "2011-10-10"
},
{
"date": "2011-10-12"
}
]
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"y": {
"field": "date",
"timeUnit": "utchours",
"type": "ordinal",
"axis": {
"title": "time"
}
}
}
}