packages feed

hvega-0.5.0.0: tests/specs/time/timeBand.vl

{
    "mark": {
        "point": {
            "fill": "black"
        },
        "type": "line"
    },
    "data": {
        "url": "https://vega.github.io/vega-lite/data/seattle-temps.csv"
    },
    "width": 400,
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "x": {
            "field": "date",
            "timeUnit": "month",
            "type": "temporal",
            "band": 0.5
        },
        "y": {
            "field": "temp",
            "aggregate": "mean",
            "type": "quantitative"
        }
    }
}