google.visualization.Timeline

Definition

A timeline is a chart that depicts how a set of resources are used over time. (see the doc of Google)

Data format

Each row in the table represents a timeline bar. see details

Column Type Description
0 string Row label
1 string, optional Bar label
2 string, optional Tooltip
3 number or date Start
4 number or date End

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

Exemple