{
    "mark": "point",
    "data": {
        "values": [
            {
                "r": 100
            },
            {
                "r": 200
            },
            {
                "r": 300
            },
            {
                "r": 400
            },
            {
                "r": 500
            },
            {
                "r": 600
            },
            {
                "r": 700
            },
            {
                "r": 800
            },
            {
                "r": 900
            },
            {
                "r": 1000
            }
        ]
    },
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "encoding": {
        "size": {
            "field": "r",
            "scale": {
                "exponent": 2,
                "range": [
                    0,
                    80000
                ],
                "type": "pow"
            },
            "type": "quantitative",
            "legend": null
        }
    }
}