@@ -61,12 +61,12 @@ 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`,' ,
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`,' ,
6868 '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' ,
69+ 'If * x unified* (or * y unified* ), a single hoverlabel will appear' ,
7070 'multiple points at the closest x- (or y-) coordinate within the `hoverdistance`' ,
7171 'with the caveat that no more than one hoverlabel will appear per trace.' ,
7272 'In this mode, spikelines are enabled by default perpendicular to the specified axis.' ,
0 commit comments