Hi all!
I have just started with google charts...
I goal is to create a chart based on data from MySQL. I took this
example:
http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html
and convert it into:
http://www.geostrona.pl/charts/chart.html
I wrote a script that returns "array of arrays" what is propper input
of addRows(). Unfortunatery firebug says:
Row given with size different than 2 (the number of columns in the
table).
this.B[B]+" (the number of columns in ...t be either a number or an
array"))};
I do not know why. Both input arrays ("wsad"- that comes from MySQL
and "dupa"- hardcoded are the same (alerts are checking types nad
values). Wsad creates an error and hardcooded dupa works fine...
Help please!