Anil Labs

Tuesday, April 7, 2009

PHP Charts with using Google API

4 comments:

  1. This is very useful, thank you!

    ReplyDelete
  2. how to do horizontal bar graph?

    ReplyDelete
  3. Hello Chris,

    There is another option called set the variable to $dataMultiple ,
    and called that variable at

    $chart->setChartAttrs( array(
    'type' => 'bar-horizontal',
    'data' => $dataMultiple,
    .
    .
    ));
    Then it will give the horizontal graph also.

    Thank you.

    ReplyDelete