aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr
blob: 5f367916b259fdb0fba56c0bd023cace096a3ddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
The Google Visualization API is a nifty bit of kit for generating pretty
pictures from your data. By design it has a fair amount of Google-cruft, such as
non-standard JSON and stuffing configuration options in to a single CGI query
parameter. It's also got somewhat confusing documentation, and some non-obvious
rules for generating certain message classes.

Data::Google::Visualization::DataTable takes care of preparing data for the API,
but this module implements the Google Chart Tools Datasource Protocol, or Google
Visualization API wire protocol, or whatever it is they've decided to call it
this week.

WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/