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 12, 2023
1 parent 3164acb commit 9ddb952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/compiled/selection_type_point_zorder.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"name": "param_122_tuple",
"on": [
{
"events": [{"source": "scope", "type": "mouseover"}],
"events": [{"source": "scope", "type": "pointerover"}],
"update": "datum && item().mark.marktype !== 'group' && indexof(item().mark.role, 'legend') < 0 ? {unit: \"\", _vgsid_: (item().isVoronoi ? datum.datum : datum)[\"_vgsid_\"]} : null",
"force": true
},
Expand All @@ -51,7 +51,7 @@
"value": false,
"on": [
{
"events": [{"source": "scope", "type": "mouseover"}],
"events": [{"source": "scope", "type": "pointerover"}],
"update": "event.shiftKey"
},
{"events": [{"source": "view", "type": "dblclick"}], "update": "false"}
Expand Down

0 comments on commit 9ddb952

Please sign in to comment.