Pointer for custom flyoutComponent? #2240
Unanswered
jenny-alexander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update: I found that if I set overflow: visible, I can see the pointer. I don't want the contents (text mostly) of the tooltip to overflow though so will need to set overflow: auto.
==> Anyone ever come across issues using Tooltip pointer and overflow?
I'm not able to get the pointer to show up for my custom flyoutComponent. If I don't pass a custom flyout component to VictoryTooltip, the pointer is there. However, when I pass my custom flyout component, the tooltip disappears.
Has anyone encountered this problem and found a solution?
Code snippet:
<VictoryTooltip
{...props}
active={true}
flyoutComponent={getFlyoutComponent()}
/>
Thanks
Jennifer
Beta Was this translation helpful? Give feedback.
All reactions