The latest release of the api (since today) enforces the data format of the chart as specified in the documentation. Therefore you can no longer pass a single numeric column as data and you must provide an additional first column of labels or x-values.
See more details on the new release here: http://code.google.com/apis/chart/interactive/docs/release_notes.html#whatsnew And you can read the format of AreaChart here: http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html#Data_Format To solve your problem, you can add a new string column as described here: http://code.google.com/apis/chart/interactive/docs/customizing_axes.html#Help Viz Kid On Wed, Jan 18, 2012 at 11:56 PM, illinois <[email protected]>wrote: > using area chart on my web site www.fanta-trade.eu i got all of the > sudden > "Not enough columns given to draw the requested chart." > someone knows what is means? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
