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 Oct 4, 2023
1 parent e753689 commit 16643fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/compiled/interactive_line_brush_cursor.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@
"on": [
{
"events": [
{"source": "scope", "type": "pointerdown", "markname": "brush_brush"}
{
"source": "scope",
"type": "pointerdown",
"markname": "brush_brush"
}
],
"update": "{x: x(unit), y: y(unit), extent_x: slice(brush_x)}"
}
Expand Down

0 comments on commit 16643fe

Please sign in to comment.