compassql
Version:
CompassQL visualization query language
23 lines • 447 B
JSON
{
"spec": {
"data": {"url": "data/cars.json"},
"mark": "?",
"encodings": [
{
"channel": "?",
"bin": "?",
"timeUnit": "?",
"field": "?",
"type": "?"
},
{
"channel": "?",
"field": "*",
"aggregate": "count",
"type": "quantitative"
}
]
},
"groupBy": ["field", "aggregate", "bin", "timeUnit", "stack"],
"chooseBy": "effectiveness"
}