Sets the label for the bubble sizes. Default is 'size'.
arg
type
description
label
string
Label to set to bubble size.
return
description
du.widgets.bubblechart.BubbleChart
Reference to the current BubbleChart.
data
du.widgets.bubblechart.BubbleChart.data(data)
Binds data to the bubble chart. Expected data format: array of object with properties name (name of the bubble), x, y (bubble coordinates) and size (relative size of the bubble).