Skip to content

Commit d394db6

Browse files
committed
modify example
1 parent ec7d027 commit d394db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/specs/bar_grouped_timeunit_yearweek.vl.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
33
"width": 400,
44
"height": 250,
5+
"transform": [{"filter": {"timeUnit": "year", "field": "Year", "range": [1970, 1971]}}],
56
"data": {"url": "data/cars.json"},
67
"mark": "bar",
78
"encoding": {

0 commit comments

Comments
 (0)