hvega-0.12.0.7: tests/specs/config/paddingPadding.vl
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"config": {
"autosize": {
"contains": "padding"
},
"padding": {
"bottom": 0,
"left": 90,
"right": 30,
"top": 60
}
},
"data": {
"url": "https://vega.github.io/vega-lite/data/cars.json"
},
"encoding": {
"color": {
"field": "Cylinders",
"type": "ordinal"
},
"shape": {
"field": "Origin",
"type": "nominal"
},
"x": {
"field": "Horsepower",
"type": "quantitative"
},
"y": {
"field": "Miles_per_Gallon",
"type": "quantitative"
}
},
"height": 200,
"mark": {
"size": 100,
"type": "point"
},
"title": "Car Scatter",
"width": 200
}