Forum Discussion
Snig1234
4 years agoNew Member
Custom tooltip for each bar in a chart
Fig (A)
Fig (B)
Hi I want to get different tooltips corresponding to different color.
For example, if I hover over ETAP green tile, I should be able to see the data related to ETAP green only and same goes for other visuals. I want to see the result as Fig (B).
Can anybody suggest me how to achieve this?
2 Replies
- AnonymousNot applicable
Hey, in your situation, you need to create measures for tooltips. In the measure you will hardcode what you want to show. You can find some resources to inrtoduce this approach.
- Snig1234New Member
Hi,
As you said I need to hardcode the data in my measure but problem is, Orange/Green/Yellow tile corresponds to different data in the tooltip. So hardcoding won't work here.