Definition
Google Charts can display intervals around a series. They might be used to portray confidence intervals, minimum and maximum values around a value, percentile sampling, or anything else that requires a varying margin around a series.
There are six styles of interval: line, bar, box, stick, point, and area. (see the doc of Google)
Data format
Each row in the table represents a set of data points with the same x-axis location. see details
Column | Type | Description |
---|---|---|
0 | string (discrete) or number, date, datetime, or timeofday (continuous) | X-axis group labels (discrete) or X-axis values (continuous) |
1 | Number | Line 1 values |
N | Number | Line 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 |