I need disable tooltip in google geo chart. I tried tooltip.trigger: 'none' and other tries, but I can´t disable tooltip.
How to disable tooltip in google geo charts?
Thank You
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Had a look around and tried a few things but it seems that this particular bit of functionality is not part of Geo charts. With other charts, you can do the following and have tooltips disabled:
A workaround I came across is to create a
divthat just sits on top of the map and that disables the interactivity of the map. Not the best solution but a work around until it’s made available. You can see it working on jsfiddle.