From fc24d3f426f9e0d092a5ac6c2ff52d7d9b312357 Mon Sep 17 00:00:00 2001 From: Allie Feldman Date: Thu, 2 Nov 2023 18:50:17 -0400 Subject: [PATCH] 6:50 --- .../interactive_layered_crossfilter.vg.json | 5 +-- .../compiled/selection_filter_true.vg.json | 5 +-- .../selection_resolution_global.vg.json | 40 ++++--------------- test/compile/selection/layers.test.ts | 2 +- 4 files changed, 11 insertions(+), 41 deletions(-) diff --git a/examples/compiled/interactive_layered_crossfilter.vg.json b/examples/compiled/interactive_layered_crossfilter.vg.json index bfbf62bb0a..f58074bc72 100644 --- a/examples/compiled/interactive_layered_crossfilter.vg.json +++ b/examples/compiled/interactive_layered_crossfilter.vg.json @@ -845,10 +845,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { diff --git a/examples/compiled/selection_filter_true.vg.json b/examples/compiled/selection_filter_true.vg.json index 505a39faf7..66fca00b44 100644 --- a/examples/compiled/selection_filter_true.vg.json +++ b/examples/compiled/selection_filter_true.vg.json @@ -354,10 +354,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { diff --git a/examples/compiled/selection_resolution_global.vg.json b/examples/compiled/selection_resolution_global.vg.json index 84c4207944..b7fe8358d3 100644 --- a/examples/compiled/selection_resolution_global.vg.json +++ b/examples/compiled/selection_resolution_global.vg.json @@ -818,10 +818,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -1168,10 +1165,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -1582,10 +1576,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -1934,10 +1925,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -2346,10 +2334,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -2700,10 +2685,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -3114,10 +3096,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { @@ -3531,10 +3510,7 @@ "type": "rect", "clip": true, "encode": { - "enter": { - "cursor": {"value": "move"}, - "fill": {"value": "transparent"} - }, + "enter": {"fill": {"value": "transparent"}}, "update": { "x": [ { diff --git a/test/compile/selection/layers.test.ts b/test/compile/selection/layers.test.ts index 353d9d5026..f3c0e87f6c 100644 --- a/test/compile/selection/layers.test.ts +++ b/test/compile/selection/layers.test.ts @@ -276,7 +276,7 @@ describe('Layered Selections', () => { clip: true, encode: { enter: { - fill: {value: 'transparent'} + fill: {value: 'transparent'} }, update: { stroke: [