@@ -61,6 +61,16 @@ module.exports = {
6161 editType : 'modebar' ,
6262 description : [
6363 '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.' ,
6474 'If `clickmode` includes the *select* flag,' ,
6575 '`hovermode` defaults to *closest*.' ,
6676 'If `clickmode` lacks the *select* flag,' ,
0 commit comments