-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Clarify docs for HoverTool #6079
Comments
I'm planning to submit a PR for this before the 0.12.5 release. Feel free to assign this to me. |
@timsnyder @mattpap What does |
@bryevdv |
@matthieucan Interesting, tho ultimately whatever |
@bryevdv Oh? Well, that's an accidental feature then, as having the value as projected on the line instead of under the mouse is exactly what I was looking for. I hope this hack stays in place! :) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I recently read http://bokeh.pydata.org/en/0.12.4/docs/user_guide/tools.html#hovertool looking for the
hline
orvline
behavior. I was thrown off by the first sentence:Reading down the page further to http://bokeh.pydata.org/en/0.12.4/docs/user_guide/tools.html#hover-tool my confusion was reinforced by:
The words "cursor is directly over" led me to believe that I wasn't remembering things correctly. So, I bugged Brian in the gitter:

A little tweaking of the HoverTool user-guide text would have kept me reading and eventually gotten me into the refguide where I would have seen
hline
andvline
.The limitations of
hline
andvline
should be documented in the refguide as well.Items:
hline
andvline
in user-guide without being a full repeat of all the detial in the refguidehline
andvline
in the refguideThe text was updated successfully, but these errors were encountered: