Skip to content

Commit

Permalink
Change "mouseover" to "pointerover"
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Oct 12, 2023
1 parent 96183d8 commit 3164acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/specs/selection_type_point_zorder.vl.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"y": {"field": "Miles_per_Gallon", "type": "quantitative"}
},
"params": [
{"name": "param_122", "select": {"type": "point", "on": "mouseover"}}
{"name": "param_122", "select": {"type": "point", "on": "pointerover"}}
]
}

0 comments on commit 3164acb

Please sign in to comment.