Skip to main content
Skip table of contents

Column Charts

The column chart is the vertical equivalent to the bar chart. It comes with quite similar options. All options can be found in the Google Documentation.

Expected Input Format

The Column chart 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.