Forum Discussion
filter through context on tooltip
- 6 months ago
Hey, EugenioProlog ,
I did check your file; the reason is that the legend is not being filtered at all when hovering. As the filtered line doesn't act as a category for some reason. So you're getting both values, Kit 1 and Kit2, therefore you get the alternative text.
Not sure how to fix it with lines, but it works with columns. (Can't share screenshot for some reason, but just copy the visual as column chart and it works).
Hey, EugenioProlog ,
I did check your file; the reason is that the legend is not being filtered at all when hovering. As the filtered line doesn't act as a category for some reason. So you're getting both values, Kit 1 and Kit2, therefore you get the alternative text.
Not sure how to fix it with lines, but it works with columns. (Can't share screenshot for some reason, but just copy the visual as column chart and it works).
Wow, that is indeed bugged, I changed to bar chart and it worked fine. I wanted to do with line chart but I guess I'll have to settle for bar chart. Thank you!