['Month', 'Bolivia', 'Ecuador', 'Madagascar', 'Papua New Guinea', 'Rwanda', 'Average']
that's first table required to build google chart Combo Chart
im looking for any way to easy create it in my template i can use implode() but dont want to. When i pass array directly it look like this :
[Jack][Daniel][Poul]
is there a easy way to achive what google require ??
json_encode($array);.