Skip to content

Commit 25f83cd

Browse files
committed
Update plot-schema.json with changes to hoverdistance
1 parent 015d3f0 commit 25f83cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@
28252825
"valType": "boolean"
28262826
},
28272827
"hoverdistance": {
2828-
"description": "Sets the default distance (in pixels) to look for data to add hover labels (-1 means no cutoff, 0 means no looking for data). This is only a real distance for hovering on point-like objects, like scatter points. For area-like objects (bars, scatter fills, etc) hovering is on inside the area and off outside, but these objects will not supersede hover on point-like objects in case of conflict.",
2828+
"description": "Sets the default distance (in pixels) to look for data to add hover labels (-1 means no cutoff, 0 means no looking for data). This is only a real distance for hovering on point-like objects, like scatter points. For area-like objects (bars, scatter fills, etc) hovering is on inside the area and off outside, but these objects will not supersede hover on point-like objects in case of conflict. For hovermodes *x*, *y*, *x unified* and *y unified* on a category axis, only points that fall in the hovered category are shown in the hover label, regardless of this distance.",
28292829
"dflt": 20,
28302830
"editType": "none",
28312831
"min": -1,

0 commit comments

Comments
 (0)