{ "mark": { "width": 20, "type": "bar" }, "data": { "values": [ { "empty": 0, "cat": 1, "val": 10 }, { "cat": 2, "val": 20 }, { "cat": 3, "val": 30 }, { "cat": 4, "val": 15 }, { "cat": 5, "val": 12 } ] }, "width": 300, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "x": { "field": "cat", "type": "ordinal" }, "y": { "field": "val", "type": "quantitative" } } }