hvega-0.5.0.0: tests/specs/fillstroke/gradientr2.vl
{
"mark": {
"color": {
"x2": 0.5,
"y1": 0.5,
"stops": [
{
"color": "red",
"offset": 0
},
{
"color": "white",
"offset": 0.5
},
{
"color": "blue",
"offset": 1
}
],
"gradient": "radial",
"y2": 0.5,
"x1": 0.5
},
"size": 1000,
"type": "circle"
},
"data": {
"values": [
{
"value": 10,
"cat": "a"
},
{
"value": 5,
"cat": "b"
},
{
"value": 20,
"cat": "c"
},
{
"value": 8,
"cat": "d"
}
]
},
"width": 200,
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"x": {
"field": "cat",
"type": "nominal"
},
"y": {
"field": "value",
"type": "quantitative"
}
}
}