Help for this page

Select Code to Download


  1. or download this
    foreach (@lines)
    {
    ...
    $graph->set_legend(@legend_labels);
    $graph->plot($data);
    save_chart($graph, "$img_path/$img_file");