I am trying to create a line chart with the Google Visualization API. I want to enable zooming. Documents say that the \'explorer\' option is useful.
But when I try to use
The Below code will work but you should not use animation on your charts. Remove animation and use only explorer. This is a bug, if animation is applied then zoom will not work.