Bind line, bar and pie charts data

def bind_line_bar_pie_data(
self,
label: str = None,
value: Union[list, str] = None,
facet: str = None,
filter: str = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
labelstr, optionalLabels/time. A column of names, numbers or datetimes. Suggested data type hints: string, datetime, number. Flourish type hint: column
valueUnion[list, str], optionalValues. One or more columns of numbers. The Preferred output format of the first column is used to format values. Suggested data type hints: number. Flourish type hint: columns
facetstr, optionalCharts grid. If specified and Grid of charts view is on, creates a separate mini chart for each value found in the column. Suggested data type hints: string. Flourish type hint: column
filterstr, optionalRow filter. Use this column to create a user-facing row control. To create a column filter, use the Series filter option in the settings panel instead. Suggested data type hints: string, datetime, number. Flourish type hint: column
metadataUnion[list, str], optionalInfo for custom popups. One or more columns of information (text, image URLs , embedded charts etc) to include in custom popups and panels Suggested data type hints: string, datetime, number. Flourish type hint: columns