Google Chart API with Perl -Dancer - SQLite DB

Peter Sergeant pete at clueball.com
Wed Apr 11 09:39:09 BST 2012


On Tue, Apr 10, 2012 at 11:03 PM, Mark fowler <mark at twoshortplanks.com>wrote:

> On Tuesday, 10 April 2012 at 20:43, Taka wrote:
> > I'm very new to Perl Modules, and I would be much appreciated if someone
> > can give me some your expertise and advices to how to link database to
> > Google Chart API.
> >
> >
>
> The google chart API (and the Perl wrappers) are quite simple once you
> have the data in the right format.
>
> It's getting it in the right format which is the hard part.
>

For this, I've found using the Visualization API instead to be useful. You
interface in to it by creating data tables, which, usefully enough...

http://search.cpan.org/~sargie/Data-Google-Visualization-DataTable-0.08/lib/Data/Google/Visualization/DataTable.pm

-P


More information about the london.pm mailing list