I have this code
{
"data": {"name": "dataset"},
"mark": {
"type": "bar",
"cornerRadius": 5
},
"encoding": {
"y": {
"field": "Space_CON",
"type": "ordinal",
"axis": {"title": "Space"}
},
"yOffset": {"field": "Typ"},
"color": {"field": "Typ"},
"x": {
"field": "start_n",
"type": "quantitative",
"axis": {"title": "Hour"}
},
"x2": {"field": "end_n"}
}
}
I want insert two vertical red lines coresponding with X axe values 7 and 17 how I can do this ? i tried something with layers but still faild on erors
can anybody helps me ?
Sample data: