is there a way to set a toggle option on the chart to switch the region between World and Europe
I googled like crazy and cant find anything. I know how to set the region just not toggle it.
Thanks
C
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.
Look at this: https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart
In the middle, you can see an example where they are zoomed on Italia and the surroundings. This could help you.
Use this for Europe:
Just skip the Region parameter for the world.
You could use a toggle button from JQuery to call the function.