Skip to content

Commit

Permalink
chore: update examples [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Feb 8, 2024
1 parent 6b68998 commit 7455b87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/specs/normalized/line_dynamic_axis_normalized.vl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
{"x": 7, "y": 10}
]
},
"params": [
{"name": "extents", "expr": "extent(pluck(data('source_0'), 'y'))"},
{"name": "min", "expr": "extents[0] * 0.8"},
{"name": "max", "expr": "extents[1] * 1.2"}
],
"layer": [
{
"params": [
{"name": "extents", "expr": "extent(pluck(data('source_0'), 'y'))"},
{"name": "min", "expr": "extents[0] * 0.8"},
{"name": "max", "expr": "extents[1] * 1.2"}
],
"mark": "line",
"encoding": {
"x": {"field": "x", "type": "quantitative"},
Expand Down

0 comments on commit 7455b87

Please sign in to comment.