Today, thanks to my friend
Giovdi
, I learned of a Google service that lets you create graphs online
using a simple URL request to a server
graph of Google, this service is
Google Chart Tools
and offers excellent support to anyone who needs to include in your blog / website a chart or some mathematical formula.
Operation is very simple and consists only in changing the parameters passed to a dynamic URL.
Here's a basic example of a URL;
http://chart.apis.google.com/chart?cht=&chd=&chs=&...additional_parameters ...
and represent respectively
It 'll to the base URL requests for graphics.
http://chart.apis.google.com/chart?
cht = Typeface This parameter indicates the type of chart you want to use.
chs = Width x Height
size chart expressed in width x height, little man will have a size-optimized graphics.
chd = t: K, Z
- Variables expressed in graphic characters.
-
- Name of variables used in
- chd
.
- .
URL
- http://chart.apis.google.com/chart?cht=p3&chs=250x100&chd=t:68, 28.4 & chl = FB this tool.
-
0 comments:
Post a Comment