Skip to content

Commit

Permalink
unified hoverlabel: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Mar 13, 2020
1 parent a857d71 commit 05188d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/fx/layout_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ module.exports = {
editType: 'modebar',
description: [
'Determines the mode of hover interactions.',
'If `closest`, a single hoverlabel will appear',
'for the closest point within the `hoverdistance`.',
'If `x` (or `y`), multiple hoverlabels will appear for multiple points',
'at the closest `x`- (or `y`-) coordinate within the `hoverdistance`,',
'If *closest*, a single hoverlabel will appear',
'for the *closest* point within the `hoverdistance`.',
'If *x* (or *y*), multiple hoverlabels will appear for multiple points',
'at the *closest* x- (or y-) coordinate within the `hoverdistance`,',
'with the caveat that no more than one hoverlabel will appear per trace.',
'If `x unified` (or `y unified`), a single hoverlabel will appear',
'If *x unified* (or *y unified*), a single hoverlabel will appear',
'multiple points at the closest x- (or y-) coordinate within the `hoverdistance`',
'with the caveat that no more than one hoverlabel will appear per trace.',
'In this mode, spikelines are enabled by default perpendicular to the specified axis.',
Expand Down

0 comments on commit 05188d6

Please sign in to comment.