@@ -61,6 +61,16 @@ module.exports = {
61
61
editType : 'modebar' ,
62
62
description : [
63
63
'Determines the mode of hover interactions.' ,
64
+ 'If `closest`, a single hoverlabel will appear' ,
65
+ 'for the closest point within the `hoverdistance`.' ,
66
+ 'If `x` (or `y`), multiple hoverlabels will appear for multiple points' ,
67
+ 'at the closest `x`- (or `y`-) coordinate within the `hoverdistance`,' ,
68
+ 'with the caveat that no more than one hoverlabel will appear per trace.' ,
69
+ 'If `x unified` (or `y unified`), a single hoverlabel will appear' ,
70
+ 'multiple points at the closest x- (or y-) coordinate within the `hoverdistance`' ,
71
+ 'with the caveat that no more than one hoverlabel will appear per trace.' ,
72
+ 'In this mode, spikelines are enabled by default perpendicular to the specified axis.' ,
73
+ 'If false, hover interactions are disabled.' ,
64
74
'If `clickmode` includes the *select* flag,' ,
65
75
'`hovermode` defaults to *closest*.' ,
66
76
'If `clickmode` lacks the *select* flag,' ,
0 commit comments