Skip to content

Hoverinfo with date axis in 3D broken when using Date objects #1407

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

Closed
jdugge opened this issue Feb 22, 2017 · 1 comment · Fixed by #1414
Closed

Hoverinfo with date axis in 3D broken when using Date objects #1407

jdugge opened this issue Feb 22, 2017 · 1 comment · Fixed by #1414
Assignees
Labels
bug something broken

Comments

@jdugge
Copy link
Contributor

jdugge commented Feb 22, 2017

If one of the axes in a 3D plot is a date axis and the data for this axis consists of Date objects, the hoverinfo is displayed as NaN, 0NaN, aNaN:aN.

image

Codepen

When the date data is provided as date strings, these strings are displayed in the hoverinfo instead, instead of being parsed and formatted as dates.

@etpinard
Copy link
Contributor

Thanks for the report.

@etpinard etpinard added the bug something broken label Feb 22, 2017
@etpinard etpinard self-assigned this Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants