Help for this page

Select Code to Download


  1. or download this
    while (@rowdata = $sth->fetchrow_array()) {
        push (@chart_data, $rowdata[2]+0);
        push (@chart_labels, $rowdata[0].' '.$rowdata[1].':00');
    }
    $graph->to_string(\@chart_data, labels=>\@chart_labels);