UNPKG

compassql

Version:

CompassQL visualization query language

38 lines 794 B
{ "spec": { "data": {"url": "data/cars.json"}, "mark": "?", "encodings": [ { "channel": "?", "field": "Cylinders", "type": "ordinal" } ] }, "nest": [ { "groupBy": ["field", "aggregate", "bin", "timeUnit", "stack"], "orderGroupBy": "aggregationQuality" }, { "groupBy": [{ "property": "channel", "replace": { "x": "xy", "y": "xy", "color": "style", "size": "style", "shape": "style", "opacity": "style", "row": "facet", "column": "facet" } }], "orderGroupBy": "effectiveness" }, { "groupBy": ["channel"], "orderGroupBy": "effectiveness" } ], "orderBy": "effectiveness", "config": { "autoAddCount": true } }