Help for this page

Select Code to Download


  1. or download this
     $chart->add_series(
        categories => '=Sheet1!$B$1:$E$1',
        values     => "=Sheet1!\$B\$$variable:\$E\$$variable"
        );
    
  2. or download this
     $chart1->add_series
       (
        values => "=Sheet1!\$B$6:\$$column_count$6",  
        name   => 'Test data series 1',
      );