Skip to content

Commit

Permalink
docs(example): add motivating example
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Feb 24, 2023
1 parent 6060ad4 commit d9a61f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/specs/bar_1d_temporal.vl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {"url": "data/cars.json"},
"mark": {"type": "bar", "orient": "vertical"},
"encoding": {
"x": {
"field": "Year",
"type": "temporal"
}
}
}

0 comments on commit d9a61f4

Please sign in to comment.