This chart displays three dimensions of data over an X-Y chart, where X and Y are the first 2 dimensions. The third dimension is represented by the disk, whose diameter is proportional to the value of the third parameter.
- Tutorials:
- See:
Methods
# setDefaultformaterlegend(formatter)
Set a custom function to format the legend.
Parameters:
Name | Type | Description |
---|---|---|
formatter |
function
|
Callback JavaScript function. |
# setLegend(bool)
Set enable or disable the legend.
Parameters:
Name | Type | Description |
---|---|---|
bool |
boolean
|
Enable or disable. |
# setSeriesBy(column)
Used to partition the bubbles into columns on the plane.
Parameters:
Name | Type | Description |
---|---|---|
column |
string
|
Column name. |
# setSizeTitle(title)
Set the title for the size.
Parameters:
Name | Type | Description |
---|---|---|
title |
string
|
Text with the title. |
# setValue(value)
Set the field related to bubble size.
Parameters:
Name | Type | Description |
---|---|---|
value |
string
|
value to show |
# setXaxis(axis)
Set X axis property object.
Parameters:
Name | Type | Description |
---|---|---|
axis |
Object
|
|
name |
string
|
Column name to representate. |
type |
string
|
Column type. |
# setXaxisTitle(title)
Set the title of the X axis.
Parameters:
Name | Type | Description |
---|---|---|
title |
string
|
Text with the title. |
# setYaxis(axis)
Set Y axis property object.
Parameters:
Name | Type | Description |
---|---|---|
axis |
Object
|
|
name |
string
|
Column name to representate. |
type |
string
|
Column type. |
# setYaxisTitle(title)
Set the title of the Y axis.
Parameters:
Name | Type | Description |
---|---|---|
title |
string
|
Text with the title. |