hvega-0.11.0.1: tests/specs/data/impute8.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"data": {
"values": [
{
"a": 0,
"b": 28,
"c": 0
},
{
"a": 0,
"b": 91,
"c": 1
},
{
"a": 1,
"b": 43,
"c": 0
},
{
"a": 1,
"b": 55,
"c": 1
},
{
"a": 2,
"b": 81,
"c": 0
},
{
"a": 2,
"b": 53,
"c": 1
},
{
"a": 3,
"b": 19,
"c": 0
}
]
},
"encoding": {
"color": {
"field": "c",
"type": "nominal"
},
"x": {
"field": "a",
"scale": {
"nice": 1
},
"type": "quantitative"
},
"y": {
"field": "b",
"impute": {
"keyvals": {
"start": 4,
"step": 1,
"stop": 6
},
"value": 100
},
"type": "quantitative"
}
},
"mark": "line"
}