Displays a column chart that:
- presents a series of data with rectangular vertical columns with heights proportional to the values they represent
- places related values on top of one another
This chart requires two columns in the datasheet.
Data sheet:
Column 1: String (text) or Number
Column 2: Number
Columns 3, 4, 5, etc. (optional): Number
Column 1 contains the X axis values: in the second row, add the keyword StackedColumnChart and the columns you want to display; in this example: StackedColumnChart(B,C,D).
Column 2 contains the values of Bar 1: add the number data you want Awesome Table to display on your chart.
Columns 3, 4, 5, etc. (optional) contain the values of Bars 2, 3, 4, etc. You can add a third column, or more, in your spreadsheet to display several series of data on your chart.
You can use this keyword in the Charts app.
Learn more about StackedColumnChart.