packages feed

hvega-0.5.0.0: tests/specs/gallery/facet/facet5.vl

{
    "mark": "circle",
    "data": {
        "url": "https://vega.github.io/vega-lite/data/anscombe.json"
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "opacity": {
            "value": 1
        },
        "x": {
            "field": "X",
            "scale": {
                "zero": false
            },
            "type": "quantitative"
        },
        "column": {
            "field": "Series",
            "type": "ordinal"
        },
        "y": {
            "field": "Y",
            "scale": {
                "zero": false
            },
            "type": "quantitative"
        }
    },
    "description": "Anscombe's Quartet"
}