Skip to content

[BUG] Series plot hover only shows first line #6331

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
fsantiago99 opened this issue Sep 29, 2022 · 2 comments · Fixed by #6360
Closed

[BUG] Series plot hover only shows first line #6331

fsantiago99 opened this issue Sep 29, 2022 · 2 comments · Fixed by #6360
Labels
bug something broken regression this used to work

Comments

@fsantiago99
Copy link
Contributor

Hi all. I've updated to plotly v2 and all the plots with series only shows the first line in the hover box.

If I revert to version 1.58.5 it works perfectly.

Codepen: https://codepen.io/fsantiago99/pen/jOxZVmz
(You can change the plotly version in the scripts)

Expected behaviour:
image

Current Plotly v2 behaviour:
image

Thanks in advance

@fsantiago99 fsantiago99 changed the title Series plot hover only shows first line [BUG] Series plot hover only shows first line Sep 29, 2022
@archmoj
Copy link
Contributor

archmoj commented Oct 3, 2022

Thanks for the report. It looks like a bug with multicategory axis type to me. @alexcjohnson no?

@archmoj archmoj added bug something broken regression this used to work labels Oct 3, 2022
@alexcjohnson
Copy link
Collaborator

@archmoj I think you're right, if I replace the x data in that codepen with just the integers on a normal numeric or category axis we see all the data on hover. Thanks for the report @fsantiago99!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken regression this used to work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants