hvega-0.6.0.0: tests/specs/axis/axis6c.vl
{
"config": {
"axisTemporal": {
"domainColor": "brown",
"labelColor": "purple",
"grid": false,
"domainDash": [
4,
2
]
},
"axisQuantitative": {
"domainColor": "orange",
"tickOffset": 10,
"labelOffset": 10,
"gridColor": "seagreen",
"labelFont": "Comic Sans MS"
},
"line": {
"strokeWidth": 2,
"stroke": "gray"
},
"point": {
"strokeWidth": 1,
"stroke": "black",
"fill": "yellow",
"strokeOpacity": 0.4
}
},
"mark": {
"point": true,
"type": "line"
},
"data": {
"values": [
{
"date": "2019-01-01 09:00:00",
"y": 1
},
{
"date": "2019-01-02 09:00:00",
"y": 2
},
{
"date": "2019-01-03 09:00:00",
"y": 3
},
{
"date": "2019-01-04 09:00:00",
"y": 4
},
{
"date": "2019-01-05 09:00:00",
"y": 5
},
{
"date": "2019-01-06 09:00:00",
"y": 6
},
{
"date": "2019-01-07 09:00:00",
"y": 7
},
{
"date": "2019-01-08 09:00:00",
"y": 8
},
{
"date": "2019-01-09 09:00:00",
"y": 9
},
{
"date": "2019-01-10 09:00:00",
"y": 10
},
{
"date": "2019-01-11 09:00:00",
"y": 11
},
{
"date": "2019-01-12 09:00:00",
"y": 12
}
]
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "date",
"type": "temporal",
"axis": {
"values": [
{
"date": 4,
"year": 2019,
"month": "Jan"
},
{
"date": 8,
"year": 2019,
"month": "Jan"
},
{
"date": 20,
"year": 2019,
"month": "Jan"
}
]
}
},
"y": {
"field": "y",
"type": "quantitative"
}
}
}