Hi, I'm trying to draw multiples column charts in same page, but i have 
this problem with title:

http://i45.tinypic.com/34nppvq.jpg

In the Code Playground, with just one chart in page work fine

Sample of data:

var data = google.visualization.arrayToDataTable([
['x', 'Pedidos'],
['01/04/2013', 36],
['02/04/2013', 105],
['03/04/2013', 126],
['04/04/2013', 238],
['05/04/2013', 203],
['06/04/2013', 133],
['07/04/2013', 232],
['08/04/2013', 223],
['09/04/2013', 196],
['10/04/2013', 147],
['11/04/2013', 157],
['12/04/2013', 105],
['13/04/2013', 98],
['14/04/2013', 158],
['15/04/2013', 127],
['16/04/2013', 238],
['17/04/2013', 207],
['18/04/2013', 162],
['19/04/2013', 127],
['20/04/2013', 99],
['21/04/2013', 176],
['22/04/2013', 286],
['23/04/2013', 281],
['24/04/2013', 258],
['25/04/2013', 258],
['26/04/2013', 258],
['27/04/2013', 258],
['28/04/2013', 258],
['29/04/2013', 258],
['30/04/2013', 258]
]);

chart: 
http://code.google.com/apis/ajax/playground/?type=visualization#column_chart

Could someone help me? Please!

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-chart-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to