{ "mark": { "color": { "x2": 0.8, "y1": 0.7, "r2": 0.4, "stops": [ { "color": "red", "offset": 0 }, { "color": "white", "offset": 0.5 }, { "color": "blue", "offset": 1 } ], "gradient": "radial", "y2": 0.3, "r1": 0.2, "x1": 0.2 }, "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" } } }