compassql
Version:
CompassQL visualization query language
24 lines • 478 B
JSON
{
"spec": {
"data": {"url": "data/cars.json"},
"mark": "?",
"encodings": [
{
"channel": "?",
"field": "Cylinders",
"type": "ordinal"
},{
"channel": "?",
"bin": "?",
"aggregate": "?",
"field": "Horsepower",
"type": "quantitative"
}
]
},
"groupBy": ["field", "aggregate", "bin", "timeUnit", "stack"],
"chooseBy": "effectiveness",
"config": {
"autoAddCount": true
}
}