- Timestamp:
- 04/28/08 13:36:06 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple-Google-Chart/trunk/example/chart01.pl
r10561 r10638 6 6 7 7 my $chart = WebService::Simple::Google::Chart->new; 8 my $data = { foo => 200, bar => 130, hoge => 70 }; 9 my $url = $chart->get_url( 8 my $url = $chart->get_url( 10 9 { 11 size=> "250x100",12 type=> "p3",13 data => $data,14 }10 chs => "250x100", 11 cht => "p3", 12 }, 13 { foo => 200, bar => 130, hoge => 70 } 15 14 ); 15 16 16 print $url . "\n"; 17 #$chart->render_to_file("foo.png");17 $chart->render_to_file("hoge.png");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)