A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Generate charts using Google. Very simple. Just pass values thru the URL!

Now, you can generate charts using Google Chats API. All you have to do is to enter this in your address bar:


http://chart.apis.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld

And then you will get an image that looks like this:

As simple as that! Anyone could just generate some sort of string to be passed to the URL and then output the image directly from their web application.

This entry was posted in General and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>