compassql
Version:
CompassQL visualization query language
23 lines • 439 B
JSON
{
"spec": {
"data": {"url": "data/cars.json"},
"mark": "?",
"encodings": [
{
"channel": "x",
"aggregate": "mean",
"field": "Horsepower",
"type": "quantitative"
},{
"channel": "y",
"field": "Cylinders",
"type": "nominal"
},{
"channel": "?",
"field": "Origin",
"type": "nominal"
}
]
},
"chooseBy": "effectiveness"
}