'How to disable visual from being selected but show tooltip on mouseover?
I have a table and a chart visual.
When user clicks on table cell or bar chart, the other visuals get filtered/highlighted. I know this can be disabled using the edit interactions setting.
However I am interested in preventing the user from being able to click on the cell or bar. Is there any setting to achieve this?
Note that I still want the user to be able to mouse over and see the tooltip.
Solution 1:[1]
Simply insert and overlay a 100% transparent shape (like rectangle) over the visual.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | richardec |