Basic charts of each type
chart:dataDisplay=true|legend=true
| Party | Democrat | Republican | Independent |
|---|---|---|---|
| Mascots | 40 | 40 | 20 |
chart:|type=bar|title=Temperatures in Brisbane|dataDisplay=true|width=400|height=350|legend=false|ylabel=Celsius|xlabel=Min/Max
| January | February | March | April | |
|---|---|---|---|---|
| Max | 37.5 | 32.7 | 28.0 | 25.3 |
| Min | 31.3 | 26.8 | 25.1 | 18.7 |
chart:title=Temperatures in Brisbane|type=line|dataDisplay=true|width=500|height=300|legend=false
| Year | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| Max | 37.5 | 32.7 | 28.0 | 25.3 |
| Min | 31.3 | 26.8 | 25.1 | 18.7 |
chart:type=area|dataDisplay=true|legend=true|width=500|height=500}
| Satisfaction | 2002 | 2003 | 2004 |
|---|---|---|---|
| Very satisfied | 20 | 23 | 34 |
| Satisfied | 40 | 34 | 23 |
| Disatisfied | 25 | 26 | 25 |
| Very disatisfied | 15 | 17 | 18 |
