Help for this page

Select Code to Download


  1. or download this
    my $chart = URI::GoogleChart->new("lines", 300, 100,
         data => [45, 80, 55, 68],
         range_show => "left",
         range_round => 1,
     );