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