packages feed

hvega-0.6.0.0: tests/specs/data/domain1.vl

{
    "mark": {
        "point": true,
        "type": "line"
    },
    "data": {
        "values": [
            {
                "x": 1,
                "y": 95
            },
            {
                "x": 2,
                "y": 97
            },
            {
                "x": 3,
                "y": 100
            },
            {
                "x": 4,
                "y": 105
            }
        ]
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "x": {
            "field": "x",
            "type": "quantitative"
        },
        "y": {
            "field": "y",
            "scale": {
                "zero": false
            },
            "type": "quantitative"
        }
    }
}