Bar Charts
A bar chart draws horizontal bars with their length depending on the given values. All options can be found in the Google documentation.
Expected Input Format
The BarChart expects the data to be structured in two columns:
Column: Labels of the bars
Column: Values of the bars (must be numeric)
The first row, the table headers, are ignored.