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
- supports 100% stacking, which means that the data is displayed as proportions, not exact values
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 100StackedColumnChart and the columns you want to display; in this example: 100StackedColumnChart(B,C,D).
Column 2 contains the values of Bar 1: add the values 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.
You can use this keyword in the Charts app.
Learn more about 100StackedColumnChart.