{ "mark": "bar", "data": { "values": [ { "a": "A", "b": 28 }, { "a": "B", "b": 55 }, { "a": "C", "b": 43 }, { "a": "D", "b": 91 }, { "a": "E", "b": 81 }, { "a": "F", "b": 53 }, { "a": "G", "b": 19 }, { "a": "H", "b": 87 }, { "a": "I", "b": 52 } ] }, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "tooltip": [ { "field": "a", "type": "ordinal" }, { "field": "b", "type": "quantitative" } ], "x": { "field": "a", "type": "ordinal" }, "y": { "field": "b", "type": "quantitative" } } }