We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7d027 commit d394db6Copy full SHA for d394db6
examples/specs/bar_grouped_timeunit_yearweek.vl.json
@@ -2,6 +2,7 @@
2
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
3
"width": 400,
4
"height": 250,
5
+ "transform": [{"filter": {"timeUnit": "year", "field": "Year", "range": [1970, 1971]}}],
6
"data": {"url": "data/cars.json"},
7
"mark": "bar",
8
"encoding": {
0 commit comments