Skip to content
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

V2 Wordcloud tooltip is displaying coordinates instead of weight #1754

Closed
pjeannet opened this issue Oct 20, 2020 · 0 comments · Fixed by #1762
Closed

V2 Wordcloud tooltip is displaying coordinates instead of weight #1754

pjeannet opened this issue Oct 20, 2020 · 0 comments · Fixed by #1762
Assignees
Labels
Bug Something isn't working

Comments

@pjeannet
Copy link

While testing migration from v1 to v2 I noticed that the wordcloud charts we used broke.
One of the bug I could identify is that the value for each word displayed in the tooltip seems random and is not the weight.
If you go to the sample page (or image below) you can see that :

  • colors and borders are strange (one of the other bugs)
  • tooltip is showing what looks like coordinates instead of the weight value
    image
    The react samples are also buggy but not as much! (using an older version I think) :
  • colors are fine
  • tooltip is only showing abscissa
    image
    I think what we expect to see was something like this (source is the v1 samples)
    image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants