Google API: Creating Dynamic Chart Use Google Chart APITag: API, google, chart Category: PHP APIpost: 18 Jan 2008 read: 1,402 Google has release new API, Google chart API. Google chart API provide dynamically generate dynamic chart. It means, now, we don't need install or include any file to create chart. We don't need create object from any classes. Just send parameters through HTTP to google. The following types of charts are available: Line chart, Bar chart, Pie chart, Venn diagram, Scatter plot. The simplest test, point your browser to: http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250x100&chl=Hello|World You will get chart like following picture:
Detail information, you can get at http://code.google.com/apis/chart/. |
| | Give Your Opinion | Recommend |
|

