how can i pass 2 arrays as datas in googlechart
- by gin
I'm using google charts easy php class (here's the link of it)
and i want to draw Multiple Vertical Bar Chart,
as the documentation says "Separate multiple data sets with |"
so i try this , but nothing happens
$chart1=new googleChart($a | $b ,'bary' );
*note that both $a & $b are arrays
i would appreciate any help :)