Skip to content

Commit

Permalink
6:50
Browse files Browse the repository at this point in the history
  • Loading branch information
alliefeldman committed Nov 2, 2023
1 parent bbf1cd4 commit fc24d3f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 41 deletions.
5 changes: 1 addition & 4 deletions examples/compiled/interactive_layered_crossfilter.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,10 +845,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down
5 changes: 1 addition & 4 deletions examples/compiled/selection_filter_true.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down
40 changes: 8 additions & 32 deletions examples/compiled/selection_resolution_global.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -1168,10 +1165,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -1582,10 +1576,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -1934,10 +1925,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -2346,10 +2334,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -2700,10 +2685,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -3114,10 +3096,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -3531,10 +3510,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down
2 changes: 1 addition & 1 deletion test/compile/selection/layers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('Layered Selections', () => {
clip: true,
encode: {
enter: {
fill: {value: 'transparent'}
fill: {value: 'transparent'}
},
update: {
stroke: [
Expand Down

0 comments on commit fc24d3f

Please sign in to comment.