packages feed

hvega-0.5.0.0: tests/specs/scale/scale1.vl

{
    "mark": {
        "strokeWidth": 0.4,
        "stroke": "white",
        "type": "point",
        "filled": true
    },
    "data": {
        "url": "https://vega.github.io/vega-lite/data/cars.json"
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "color": {
            "value": "rgb(203,24,29)"
        },
        "size": {
            "field": "Acceleration",
            "bin": true,
            "type": "quantitative"
        },
        "opacity": {
            "field": "Acceleration",
            "bin": true,
            "type": "quantitative"
        },
        "x": {
            "field": "Horsepower",
            "type": "quantitative"
        },
        "y": {
            "field": "Miles_per_Gallon",
            "type": "quantitative"
        }
    }
}