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
When i tried to apply the same logic with the react google chart library, it didn't work. Since this library is just a wrapper, it should work if the core code works
Attempt 1:
adding observer, but the observer never gets triggered
Would you like to work on a fix?
Current and expected behavior
This https://stackoverflow.com/questions/51637699/google-chart-gannt-avoid-tooltip/51639719#51639719 talks about how you can hide the tool tip when hovering over a task on the gnatt chart. This uses the non-react google chart library.
When i tried to apply the same logic with the react google chart library, it didn't work. Since this library is just a wrapper, it should work if the core code works
Attempt 1:
Attempt 2:
Didn't know if i was doing the syntax correctly in defining the event so tried this way as well. The
google.visualization.events
never gets triggeredReproduction
https://codesandbox.io/s/headless-rgb-1x9s82?file=/App.tsx:1893-1909
react-google-charts version
v4.0.0
Possible solution
No response
The text was updated successfully, but these errors were encountered: