packages feed

hvega-0.5.0.0: tests/specs/geo/defaultSize2.vl

{
    "config": {
        "view": {
            "continuousHeight": 300,
            "continuousWidth": 500
        }
    },
    "mark": "geoshape",
    "data": {
        "url": "https://vega.github.io/vega-lite/data/us-10m.json",
        "format": {
            "feature": "counties",
            "type": "topojson"
        }
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "projection": {
        "type": "albersUsa"
    },
    "encoding": {
        "color": {
            "value": "black"
        }
    },
    "description": "Default map size with view width and height specified in config."
}