From 4eaf6e8ae1a64ec65b00b994627fe2b0e04a5b93 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 4 Oct 2023 03:33:32 +0000 Subject: [PATCH] chore: update examples [CI] --- examples/compiled/interactive_area_brush.vg.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/compiled/interactive_area_brush.vg.json b/examples/compiled/interactive_area_brush.vg.json index 0905a58db5..a6200b8a34 100644 --- a/examples/compiled/interactive_area_brush.vg.json +++ b/examples/compiled/interactive_area_brush.vg.json @@ -151,7 +151,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)}" }