-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 8 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
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ module.exports = { | |
hovermode: { | ||
valType: 'enumerated', | ||
role: 'info', | ||
values: ['x', 'y', 'closest', false], | ||
values: ['x', 'y', 'closest', false, 'x unified', 'y unified'], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @antoinerg would you please update the description of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nicolaskruchten could you tackle this one (ie. updating the description of There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 Edit to taste and/or to correct inaccuracies :) |
||
editType: 'modebar', | ||
description: [ | ||
'Determines the mode of hover interactions.', | ||
|
Uh oh!
There was an error while loading. Please reload this page.