Displays a bar chart that:
- represents multiple series of data in a single bar (this chart 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.
Datasheet:
Column 1: String (text) or Number
Column 2: Number
Columns 3, 4, 5, etc. (optional): Number
Column 1 contains the Y-axis values: in the second row, add the keyword 100StackedBarChart and the columns you want to display; in this example: 100StackedBarChart(P,Q,R,S).
Column 2 contains the X-axis values: add the values you want Awesome Table to display on your chart.
Columns 3, 4, 5, etc. (optional) contain the values of Segments 2, 3, 4, etc. in each bar. 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 100StackedBarChart.