{ "height": 200, "mark": { "cornerRadiusTopLeft": 8, "size": 30, "opacity": 0.6, "type": "rect" }, "data": { "url": "https://vega.github.io/vega-lite/data/cars.json" }, "width": 200, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "x": { "field": "Origin", "type": "nominal" }, "y": { "field": "Cylinders", "type": "ordinal" } } }