Keep tooltip visible if it is hovered #2795
Replies: 4 comments 2 replies
-
Hi @Karpengold ! Did you solve this issue? we have the same need ! |
Beta Was this translation helpful? Give feedback.
-
@Karpengold i use this :
but i can't Interact With it ! |
Beta Was this translation helpful? Give feedback.
-
@saber-mekki I found this solution as well, but I don't want to keep tooltip always visible, only if user hovers it |
Beta Was this translation helpful? Give feedback.
-
I had a similar case for a heatmap where I wanted tooltips visible and clickable. I tried with tooltips first but did not get it to work but then, I turned off tooltips in apexcharts and introduced the bootstrap popover() when a mouse enters and leaves an element. This will keep the tooltip open as long as you hover over it so it lets you click a link etc.
` |
Beta Was this translation helpful? Give feedback.
-
I would like to provide user ability to copy value from tooltip, but when mouse pointer goes outside of chart to tooltip, tooltip disappears. Is it possible to keep it if it is hovered?
Beta Was this translation helpful? Give feedback.
All reactions