The flourishcharts packages are provided by Canva as open source software under the MIT license(opens in a new tab or window).

Usage

def bind_audio_data(
self,
url: str = None,
title: str = None,
subtitle: str = None,
filter: str = None
)
PYTHON
bind_audio_data(
.,
url = NULL,
title = NULL,
subtitle = NULL,
filter = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
url
str, optional
Audio URL. The URL of a publicly readable MP3 file. Suggested data type hints: string. Flourish type hint: column
title
str, optional
Audio title. Suggested data type hints: string. Flourish type hint: column
subtitle
str, optional
Audio subtitle. Suggested data type hints: string. Flourish type hint: column
filter
str, optional
Filter. Suggested data type hints: string, number. Flourish type hint: column
Arguments
Description
.
Returns the Flourish object
url
Audio URL. The URL of a publicly readable MP3 file. Suggested data type hints: string. Flourish type hint: column
title
Audio title. Suggested data type hints: string. Flourish type hint: column
subtitle
Audio subtitle. Suggested data type hints: string. Flourish type hint: column
filter
Filter. Suggested data type hints: string, number. Flourish type hint: column