Replies: 1 comment 1 reply
-
Hi @sgianelli I don't quite follow what you're trying to do, can you perhaps elaborate on
does that mean you want a tool tip in e.g., a fixed location that shows up/gets hidden with the relevant data? it may not be a perfect fit, but have you looked at the advanced usage examples in the docs? Also I'm going to convert this to a discussion since it's about usage rather than an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on implementing a chart in visx right now where I want to be able to customize the positioning of the tooltip component so that it doesn't follow the cursor. It seems like that should be possible, according to the docs, via
useTooltip
andshowTooltip
but I have failed get anything to show up when calling it.Hopefully looking for an example or an explanation on how to correctly use tooltip contexts with XYChart.
Super trivial example using the example in the docs (let me know if this expires or something and I'll create an account): https://codesandbox.io/s/reverent-leaf-8o432?file=/Example.tsx
Beta Was this translation helpful? Give feedback.
All reactions