blob: 554503ebb727f11b0a53fd4a79194c52c16d85b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Perl helper class for implementing the Google Chart Tools Datasource Protocol.
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.
Data::Google::Visualization::DataTable takes care of preparing data for the
API.
WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/
|