Bind election results chart data

def bind_election_results_chart_data(
self,
values_now_name: str = None,
values_now_values: Union[list, str] = None,
values_historical_name: str = None,
values_historical_values: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
values_now_namestr, optionalRegion name. The name of the data series (eg. voting district). Flourish type hint: column
values_now_valuesUnion[list, str], optionalResults by party. One column per party, with party names as header rows. Flourish type hint: columns
values_historical_namestr, optionalRegion name. The name of the data series (eg. voting district). Flourish type hint: column
values_historical_valuesUnion[list, str], optionalResults by party. One column per party, with party names as header rows. Flourish type hint: columns