packages feed

hvega-0.5.0.0: tests/specs/gallery/dist/dist1.vl

{
    "mark": {
        "binSpacing": 0,
        "type": "bar"
    },
    "data": {
        "url": "https://vega.github.io/vega-lite/data/movies.json"
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "x": {
            "field": "IMDB_Rating",
            "bin": true,
            "type": "quantitative"
        },
        "y": {
            "aggregate": "count",
            "type": "quantitative"
        }
    },
    "description": "Simple histogram of IMDB ratings."
}