Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
unified hover label #4620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unified hover label #4620
Changes from 2 commits
18ddd5d
1c92511
e43b197
2bc9c77
3fe5951
88bb33a
07fb8af
a704769
9ea8bfd
36bc6b5
e82e010
818223d
4bf9052
609d5ca
ec8c373
0822b93
ae5b9cc
c0e1bf7
bca4a70
8308111
33a037b
a9c899b
06ad9a7
53c5714
dd86a60
a857d71
05188d6
af4a07c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antoinerg would you please update the description of
hovermode
in respect to these two new flags?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nicolaskruchten could you tackle this one (ie. updating the description of
hovermode
to includex unified
andy unified
) ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @nicolaskruchten
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please insert, before the existing paragraph, something like:
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 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.If false, hover interactions are disabled.
Edit to taste and/or to correct inaccuracies :)