packages feed

hvega-0.11.0.1: tests/specs/position/position1.vl

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