You could programmatically change your data to add multiple columns as I suggested. You could probably use a DataView with calculated columns to make this easier.
We are thinking of adding a feature where you could use such a table more directly, but it will be a few months before we can get to it. On Wed, Jun 24, 2015 at 4:52 PM, SANTHOSH THANGARAJ < [email protected]> wrote: > Hi Daniel, > > Dynamic : i will fetch data by querying from database(for example)... it > will give the result in json data format like this > > x axis yaxis zaxis(stacked column one above the other) > keyword1 client1 1 > > keyword1 client2 4 > > keyword2 client3 5 > > keyword3 client1 6 > > keyword4 client2 7 > > if i pass this data to draw chart. I am getting error as Error: Row 1 has > 17 columns...... unequal number of columns.. > > So, do i need to manually manipulate the data by adding and setting the > remaining column as zero? > > thank you > santhosh > >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization 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-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api. For more options, visit https://groups.google.com/d/optout.
