Our gallery provides a variety of charts designed to address your data visualization needs.
These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions),
so no plugins are required. All of them are interactive, and many are pannable and zoomable.
https://developers.google.com/chart/interactive/docs/gallery

a chart (view type= Table) from a googleSheet





another chart (organiza chart) from a googleSheet


only text also for hover


animated chart (random walk)

https://stef42530.github.io/jack1/sample2.html

another chart (geochart)

A geochart is rendered within the browser using SVG or VML.
Note that the geochart is not scrollable or draggable,
and it's a line drawing rather than a terrain map;
if you want any of that, consider a map visualization instead.
https://developers.google.com/chart/interactive/docs/gallery/geochart
https://stef42530.github.io/jack1/sample.html

A multi-chart: map+table+chart with events (and google spreadsheet)

https://developers.google.com/chart/interactive/docs/gallery/map
The Google Map Chart displays a map using the Google Maps API.
Data values are displayed as markers on the map. Data values can be coordinates (lat-long pairs) or addresses.
The map will be scaled so that it includes all the identified points.
If you want your maps to be line drawings rather than satellite imagery, use a geochart instead.
https://stef42530.github.io/jack1/sample3.html
But some problems occurs in GitHub Pages but in Jsfiddle it works...
I embed the script JsFiddle: see sample3.

Other interesting examples, soon Sorry, your browser does not support inline SVG.