packages feed

hvega-0.12.0.7: tests/specs/data/data7.vl

{
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
        "url": "data/dataTest.json"
    },
    "encoding": {
        "x": {
            "field": "cat",
            "type": "nominal"
        },
        "y": {
            "field": "val",
            "type": "quantitative"
        }
    },
    "mark": "bar"
}