The ColumnChart can shows categories and series which translate to groups of columns ordered on the x-axis. If you describe the end result you are aiming for maybe I can help you structure the data accordingly (screen shot would be best).
ChartMan On Thu, Nov 11, 2010 at 6:43 PM, Gol <[email protected]>wrote: > Hi, > > I am using the interactive column chart and wanted to know if I can > add an array of values to each cell of my data table rows. > as an example: > > col0 col1 col2 > row 0: JAN, {40, 20, 50}, {67, 2, 10} > row 1: FEB, {40, 20, 50}, {67, 2, 10} > row 2: MAR, {40, 20, 50}, {67, 2, 10} > > Col0: Month, Col1: Sales (the 3 numbers represents the sales in 2010, > 2009 and 2008) and Col2: Expenses (the 3 numbers represents the > expenses in 2010, 2009 and 2008) > > Is this possible to create such a data table and redraw the column > chart? > > Thanks, > > -- > 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]<google-visualization-api%[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.
