Definition
Google Bubble chart. (see the doc of Google)
Data format
Each row in the table represents a single bubble.
Column | Type | Description |
---|---|---|
0 | string | ID (name) of the bubble |
1 | Number | X coordinate |
2 | Number | Y coordinate |
3 | string or number, optional | Either a series ID or a value representing a color on a gradient scale, depending on the column type:
|
4 | Number, optional | Size; values in this column are mapped to actual pixel values using the sizeAxis option. |
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
Without options
With options
With options : "title=PIB en fonction de la population et les pays | hAxis.title=PIB | vAxis.title=Population | bubble.textStyle.fontSize = 12 | bubble.textStyle.fontName= Arial | bubble.textStyle.color= red | bubble.textStyle.bold= true"