-
-
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
HoverTool does not display datetime #8658
Comments
@YMRTN this is a usage error, the key in the formatter dict should refer to the column name:
|
@cmdavidson546 what I put above used to work, we made it more strict since I posted it |
Could you explain how it works now? The following still doesn't work for me:
*Edit
|
@Material-Scientist the key in the Also: in the future, please make sure to take "how do I" support-type questions to the Discourse, not the issue tracker: |
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. |
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
Windows 7 Enterprise
python 3.7.2
bokeh 1.0.4
Firefox 65.0.1 / Chrome 71.0.3578.98 both tested
Using bokeh serve
Description of expected behavior and the observed behavior
The tooltip should display a datetime, but instead displays 150TB %. It looks like datetime is first correctly transformed to a unix timestamp, but is then displayed in bytes format instead of datetime. Using {%F} as formatting string displays the full unix timestamp.
The x-axis displays the datetime correctly, so I assume it doesn't have to do with importing DatetimeTickFormatter.
I followed Configure Plot Tools to implement the tooltip.
Possibly related to this issue on pyviz holoviews
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Nothing...
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: