{ "height": 300, "mark": "circle", "data": { "url": "https://vega.github.io/vega-lite/data/cars.json" }, "width": 300, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "color": { "field": "Origin", "type": "nominal", "legend": { "orient": "none", "legendY": 5, "legendX": 232 } }, "x": { "field": "Horsepower", "type": "quantitative" }, "y": { "field": "Miles_per_Gallon", "type": "quantitative" } } }