Module

Bubbles

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:

View Source widgets/bubbles.js, line 8

Methods

# setDefaultformaterlegend(formatter)

Set a custom function to format the legend.

Parameters:
Name Type Description
formatter function

Callback JavaScript function.

View Source widgets/bubbles.js, line 111

# setLegend(bool)

Set enable or disable the legend.

Parameters:
Name Type Description
bool boolean

Enable or disable.

View Source widgets/bubbles.js, line 102

# setSeriesBy(column)

Used to partition the bubbles into columns on the plane.

Parameters:
Name Type Description
column string

Column name.

View Source widgets/bubbles.js, line 84

# setSizeTitle(title)

Set the title for the size.

Parameters:
Name Type Description
title string

Text with the title.

View Source widgets/bubbles.js, line 93

# setValue(value)

Set the field related to bubble size.

Parameters:
Name Type Description
value string

value to show

View Source widgets/bubbles.js, line 35

# setXaxis(axis)

Set X axis property object.

Parameters:
Name Type Description
axis Object
name string

Column name to representate.

type string

Column type.

View Source widgets/bubbles.js, line 57

# setXaxisTitle(title)

Set the title of the X axis.

Parameters:
Name Type Description
title string

Text with the title.

View Source widgets/bubbles.js, line 75

# setYaxis(axis)

Set Y axis property object.

Parameters:
Name Type Description
axis Object
name string

Column name to representate.

type string

Column type.

View Source widgets/bubbles.js, line 46

# setYaxisTitle(title)

Set the title of the Y axis.

Parameters:
Name Type Description
title string

Text with the title.

View Source widgets/bubbles.js, line 66