packages feed

hvega-0.12.0.7: tests/specs/composite/errorbar1.vl

{
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
        "url": "https://vega.github.io/vega-lite/data/barley.json"
    },
    "encoding": {
        "x": {
            "field": "yield",
            "scale": {
                "zero": false
            },
            "type": "quantitative"
        },
        "y": {
            "field": "variety",
            "type": "ordinal"
        }
    },
    "mark": {
        "extent": "ci",
        "ticks": {
            "stroke": "blue"
        },
        "type": "errorbar"
    }
}