Definition
Google pie chart. (see the doc of Google)
Data format
Each row in the table represents a slice. see details
Column | Type | Description |
---|---|---|
0 | string | Slice labels |
1 | Number | Slice values |
N | Optional roles. see details |
Chart options
Each option is separated by a '|' or '!' (for Mediawiki).
Name | Default | Description |
---|---|---|
width |
100% | Chart width |
height |
100% | Chart height |
showRowNumber |
false | True/false Print number. |
is3D |
true | True affiche le graphe en 3D. |
pieHole |
0.3 | Nombre pour la grosseur du trou central. |
pieStartAngle |
100 | Nombre pour choisir l'inclinaison du graphe. |
sliceVisibilityThreshold |
0.3 | Nombre pour afficher un certain nombres de pays. |
pieSliceText |
label | Label pour afficher le nom des pays. |
Others... |
You can use the configuration options of Google. See the doc |
Examples
With options width and height
Pie 3D
With option "is3D=true"
Donut
With option "pieHole=0.3"
Rotating
With option "pieStartAngle= 100"
Slice Visibility Threshold
With option "sliceVisibilityThreshold= .3"
Slice label
With option "pieSliceText=label"