Skip to content

Commit 05188d6

Browse files
committed
unified hoverlabel: fix description
1 parent a857d71 commit 05188d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/fx/layout_attributes.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)