Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is google charts deprecated? [closed]

Tags:

php

graph

charts

I am slightly confused as to whether Google charts is deprecated or not? I am wanting to draw graphs and charts onto my webpage and obviously would not want to use a deprecated charting component.

like image 948
MFA Avatar asked Apr 09 '13 23:04

MFA


People also ask

Is Google Charts free for commercial use?

Google chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.

Can I use Google Charts on my website?

Google Charts provides a way to visualize data on your website - for free. From simple line charts to complex hierarchical tree maps, the chart gallery provides a large number of ready-to-use chart types. The most common way to use Google Charts is with simple JavaScript that you embed in your web page.

Can I use Google Charts offline?

NO! Your users' computers must have access to https://www.gstatic.com/charts/loader.js in order to use the interactive features of Google Charts. This is because the visualization libraries that your page requires are loaded dynamically before you use them.

Are Google Charts accessible?

Google charts While the charts themselves are generated using HTML5 and SVG additional accessibility is provided by also including the chart data in an accessible HTML table for screen readers.


1 Answers

AFAIK, it's only the image API that's deprecated.

https://developers.google.com/chart/image/

Important: The Image Charts portion of Google Chart Tools has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy.

It looks like there is still a year left until they completely get rid of the API though

like image 198
Joel Murphy Avatar answered Oct 07 '22 16:10

Joel Murphy