The flourishcharts packages are provided by Canva as open source software under the MIT license(opens in a new tab or window).

Bind bubble chart data

Usage

def bind_bubble_chart_data(
self,
label: str = None,
color: str = None,
size: str = None,
axis_values: str = None,
image: str = None,
metadata: Union[list, str] = None
)
PYTHON
bind_bubble_chart_data(
.,
label = NULL,
color = NULL,
size = NULL,
axis_values = NULL,
image = NULL,
metadata = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
label
str, optional
Label
color
str, optional
Color by. Used to color the bubbles. Flourish type hint: column
size
str, optional
Size by. Value for bubble size. Flourish type hint: column
axis_values
str, optional
Axis values. Values used to plot the bubbles when the bubbles are aligned on an axis. Flourish type hint: column
image
str, optional
Image. Images for bubbles. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
metadata
Union[list, str], optional
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in custom popups and panels Flourish type hint: columns
Arguments
Description
.
Returns the Flourish object
label
Label
color
Color by. Used to color the bubbles. Flourish type hint: column
size
Size by. Value for bubble size. Flourish type hint: column
axis_values
Axis values. Values used to plot the bubbles when the bubbles are aligned on an axis. Flourish type hint: column
image
Image. Images for bubbles. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
metadata
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in custom popups and panels Flourish type hint: columns