This is very useful, thank you!
how to do horizontal bar graph?
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.
Wow!!!, it's really nice...
This is very useful, thank you!
ReplyDeletehow to do horizontal bar graph?
ReplyDeleteHello Chris,
ReplyDeleteThere 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.
Wow!!!, it's really nice...
ReplyDelete