Replies: 2 comments 6 replies
-
I've activated the discussions and converted this issue into a discussion as it sounds like you're looking for a way to implement your own tooltip. You'll need to render a ThreeJS Once you have the state of the tooltip, it is up to you to render the actual tooltip. You'll just have to render it inside an Now the slightly tricky bit is the overflow: |
Beta Was this translation helpful? Give feedback.
-
This is because we use visx's |
Beta Was this translation helpful? Give feedback.
-
The actual tooltip is not convenient for my use case.
Ideally i would prefer to have mouse event (enter, move, leave), and a way to handle the tooltip container so what i can reuse the tooltip from the react bootstrap framework.
Beta Was this translation helpful? Give feedback.
All reactions