packages feed

hvega-0.12.0.7: tests/specs/position/position2.vl

{
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
        "values": [
            {
                "empty": 0
            }
        ]
    },
    "mark": {
        "type": "bar",
        "x": 150,
        "y": 150
    }
}