BBC BASIC for Windows
Programming >> Graphics and Games >> Google Chart API & SVG
http://bb4w.conforums.com/index.cgi?board=graphics&action=display&num=1322526502

Google Chart API & SVG
Post by dynamic35 on Nov 28th, 2011, 11:28pm

With the Google Chart API one should be able to build a URL that dynamically creates a chart. This service is used internally for Google Video etc. I got a proposal from a person to start using "Google chart" and "SVG" in on-line plotting to my weather web site. Both concepts unknown to me until this night.
I would like to know if someone here is an expert or specialist on those topics ie have comments or experiences on plotting graphs via Google Chart and SVG..and uses BB4W
.
Greetings, Dynamic35


Re: Google Chart API & SVG
Post by JonR on Nov 29th, 2011, 6:22pm

The Google Chart API is documented on Google's web site at: http://code.google.com/apis/chart/

The documentation is comprehensive with examples of almost anything you might want to use the visualisation API for and there's a playground (http://code.google.com/apis/ajax/playground/?type=visualization) where you can try out actual code live in your web browser.

Further questions would be more appropriate on a web developer forum - you're more likely to reach people with relevant experience.