Binding additional data sources
Bind functionsBind audio dataBind bar chart race dataBind bubble chart dataBind calculator dataBind cards dataBind chord diagram dataBind draw the line chart dataBind election results chart dataBind gantt chart dataBind gauge dataBind hierarchy dataBind line chart race dataBind interactive svg dataBind line, bar and pie charts dataBind marimekko dataBind network graph dataBind parliament chart dataBind pictogram dataBind quiz dataBind radar chart dataBind sankey diagram dataBind scatter dataBind slope chart dataBind sports dataBind sports race dataBind survey dataBind svg annotator dataBind table dataBind text annotator dataBind timeline dataBind tournament dataBind word cloud data
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 |