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