google.visualization.BarChart

Definition

Google bar chart. (see the doc of Google)

Data format

Each row in the table represents a group of bars.

Column Type Description
0 string X-axis group labels
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

By default

With options

With options "isStacked=true|title=Population of Largest U.S. Cities|chartArea.width=50%|hAxis.title=Total Population|hAxis.minValue=0|vAxis.title=City"