WebService::Simple::Google::Chart - Get Google Chart URL and image file


WebService-Simple-Google-Chart documentation  | view source Contained in the WebService-Simple-Google-Chart distribution.

Index


NAME

Top

WebService::Simple::Google::Chart - Get Google Chart URL and image file

SYNOPSIS

Top

  use WebService::Simple::Google::Chart;

  my $chart = WebService::Simple::Google::Chart->new;
  my $url   = $chart->get_url(
      {
          chs => "250x100",
          cht => "p3",
      },
      { foo => 200, bar => 130, hoge => 70 },
  );
  print $url;
  $chart->render_to_file("foo.png");




DESCRIPTION

Top

METHOS

Top

get_url

render_to_file

AUTHOR

Top

Yusuke Wada <yusuke@kamawada.com>

COPYRIGHT

Top


WebService-Simple-Google-Chart documentation  | view source Contained in the WebService-Simple-Google-Chart distribution.