packages feed

hvega-0.5.0.0: tests/specs/config/titleCfg2.vl

{
    "height": 200,
    "mark": "circle",
    "data": {
        "url": "https://vega.github.io/vega-lite/data/cars.json"
    },
    "width": 200,
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "title": {
        "dx": -30,
        "subtitleFontWeight": 900,
        "subtitleFont": "serif",
        "subtitleFontSize": 10,
        "subtitleLineHeight": 18,
        "dy": 10,
        "text": [
            "Car",
            "Scatter"
        ],
        "subtitlePadding": 60,
        "anchor": "end",
        "subtitle": [
            "A subtitle",
            "also over two lines"
        ],
        "subtitleFontStyle": "italic",
        "subtitleColor": "red",
        "lineHeight": 20
    },
    "encoding": {
        "x": {
            "field": "Horsepower",
            "type": "quantitative"
        },
        "y": {
            "field": "Miles_per_Gallon",
            "type": "quantitative"
        }
    }
}