rakannimer/react-google-charts

Allow to close tooltips programmatically

Jeniczech opened this issue · 0 comments

Would you like to work on this feature?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

What problem are you trying to solve?

Hi, I am trying to find a way to be able to close tooltips programmatically. After going through Google Charts I found out this may be achieved with the setSelection method. Unfortunately, I am unable to use this method because it does not exist on the GoogleChartWrapper type. Is this just a missing property, or is this is a feature that would need to be added? Thanks.

Describe the solution you'd like

I'd like to be able to use the Google Charts' setSelection method within this library.

Describe alternatives you've considered

No response

Documentation, Adoption, Migration Strategy

No response