Skip to content

Commit

Permalink
6:41
Browse files Browse the repository at this point in the history
  • Loading branch information
alliefeldman committed Nov 2, 2023
1 parent bdc0d3c commit 1340766
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 46 deletions.
4 changes: 2 additions & 2 deletions build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31208,7 +31208,7 @@
},
"cursor": {
"$ref": "#/definitions/Cursor",
"description": "The cursor used over the view. Any valid [CSS cursor type](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#Values) can be used."
"description": "The mouse cursor used over the view. Any valid [CSS cursor type](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#Values) can be used."
},
"fill": {
"anyOf": [
Expand Down Expand Up @@ -31392,7 +31392,7 @@
},
"cursor": {
"$ref": "#/definitions/Cursor",
"description": "The cursor used over the view. Any valid [CSS cursor type](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#Values) can be used."
"description": "The mouse cursor used over the view. Any valid [CSS cursor type](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#Values) can be used."
},
"discreteHeight": {
"anyOf": [
Expand Down
5 changes: 1 addition & 4 deletions examples/compiled/brush_table.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,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/dynamic_color_legend.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,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/interactive_1d_geo_brush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,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/interactive_area_brush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down
10 changes: 2 additions & 8 deletions examples/compiled/selection_interval_mark_style.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down Expand Up @@ -637,10 +634,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_layer_bar_month.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,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_project_binned_interval.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,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_project_interval_y.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,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_translate_brush_drag.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,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_type_interval_invert.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,7 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"enter": {"fill": {"value": "transparent"}},
"update": {
"x": [
{
Expand Down

0 comments on commit 1340766

Please sign in to comment.