-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clicking on radar legend does not toggle the right series #74
Comments
I am having the same bug, do you know how to fix it @JohnCoene? |
This bug only appears in radar plots (to my knowledge). For example, there are no problems with line plots:
I checked the preview in |
Sorry, I had overlooked this issue, I pushed a fix to Github main branch just now. |
one option is try to indicate that the first legend control the whole radar chart, and then add radar for each element, with that at lease each element has its buttom to be hide and show. It's a trick to try to overcome the problem, it not solve the real issue. df <- data.frame( df$w <- NA df %>% |
This is apparent on the radar demo.
Code to reproduce:
Clicking on the first element of the legend, "radar", removes both the "radar" and "chart" series. It should only remove the first series.
The text was updated successfully, but these errors were encountered: