Skip to main content
Skip table of contents

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:

  1. Column: Labels of the bars

  2. Column: Values of the bars (must be numeric)

The first row, the table headers, are ignored.

Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.