hvega-0.5.0.0: tests/specs/fillstroke/default.vl
{
"height": 200,
"mark": {
"stroke": "black",
"type": "circle"
},
"data": {
"values": [
{
"cat": "a",
"x": 10,
"val": 1,
"y": 1
},
{
"cat": "b",
"x": 20,
"val": 2,
"y": 2
},
{
"cat": "c",
"x": 30,
"val": 3,
"y": 3
},
{
"cat": "d",
"x": 36,
"val": 4,
"y": 4
}
]
},
"width": 200,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"color": {
"field": "cat",
"type": "nominal"
},
"size": {
"value": 2000
},
"x": {
"field": "x",
"type": "quantitative"
},
"y": {
"field": "y",
"type": "quantitative"
}
}
}