Bind radar chart data

def bind_radar_data(
self,
name: str = None,
values: Union[list, str] = None,
filter: str = None,
color_category: str = None,
facet: Union[list, str] = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
namestr, optionalName. A text column containing a name for each radar. Suggested data type hints: string. Flourish type hint: column
valuesUnion[list, str], optionalValues. Select three or more numerical columns. Suggested data type hints: number. Flourish type hint: columns
filterstr, optionalFilter. If set, creates a filter menu or time slider. Suggested data type hints: string, number, datetime. Flourish type hint: column
color_categorystr, optionalColor category. Add a category to color by If empty, the name column will be used for colors. Suggested data type hints: string. Flourish type hint: column
facetUnion[list, str], optionalGrid of charts (facet). Create one column for each grouping you want to allow. Suggested data type hints: string. Flourish type hint: columns
metadataUnion[list, str], optionalInfo for 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