Forum Discussion

EugenioProlog's avatar
EugenioProlog
Helper III
6 months ago
Solved

filter through context on tooltip

I have a line graph that has a tooltip and I want the tooltip to reflect the selected value of the line that I am hovering over. But when I look at the tooltip, it is not receiving the filter of the ...
  • vojtechsima's avatar
    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).