{
    "height": 200,
    "mark": {
        "cornerRadius": 16,
        "size": 30,
        "cornerRadiusBottomLeft": 0,
        "opacity": 0.6,
        "cornerRadiusTopRight": 0,
        "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"
        }
    }
}