You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a button to a tooltip that will open another widget that refers to the selected data point. I know that I can render a custom tooltip with TooltipRenderer. Since it returns List<MarkElement> I'm not sure how to add the button behavior since I couldn't just add a GestureDetector.
Is that currently possible and if so how?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I'm trying to add a button to a tooltip that will open another widget that refers to the selected data point. I know that I can render a custom tooltip with TooltipRenderer. Since it returns
List<MarkElement>
I'm not sure how to add the button behavior since I couldn't just add a GestureDetector.Is that currently possible and if so how?
Thanks in advance
The text was updated successfully, but these errors were encountered: