Select Page

Hey guys, today I experimented with Google charts and found out this unique thing about this great library by Google.


The most coolest part of this library is that it created charts that are built with SVG and not Canvas like Chart.js. 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.

You can select and modify any element inside the charts using CSS or JS. So there is lot more you can do with google charts than chart.js charts.

DEMO Open in a new tab