Definition
Google column chart. (see the doc of Google)
Data format
Each row in the table represents a group of bars.
Column | Type | Description |
---|---|---|
0 | string (discrete) or number, date, datetime or timeofday (continuous) | X-axis group labels or values |
1 | Number | Bar 1 values |
N | Number | Bar N values |
Chart options
Each option is separated by a '|' or '!' (for Mediawiki).
Name | Default | Description |
---|---|---|
width |
100% | Chart width |
height |
Chart height | |
Others... |
You can use the configuration options of Google. See the doc |
Examples
Without options
With options
With option "reverseCategories=true"