Bind slope chart data

def bind_slope_chart_data(
self,
id: str = None,
values: Union[list, str] = None,
line_thickness: str = None,
filter: str = None,
color_category: str = None,
facet: str = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
idstr, optionalName. The name of the data series (eg. voting district, data mode). Flourish type hint: column
valuesUnion[list, str], optionalValues. Values for that data series (eg. % of votes). Flourish type hint: columns
line_thicknessstr, optionalLine thickness. Values for the thickness of line. Flourish type hint: column
filterstr, optionalFilter. Suggested data type hints: string, number, datetime. Flourish type hint: column
color_categorystr, optionalColor category
facetstr, optionalFacet
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, number, datetime. Flourish type hint: columns