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

Bind text annotator data

Usage

def bind_text_annotator_data(
self,
text: str = None,
note: str = None
)
PYTHON
bind_text_annotator_data(
.,
text = NULL,
note = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
text
str, optional
Text. The piece of text you want to highlight. Note that text is case and space sensitive. Flourish type hint: column
note
str, optional
Annotation. The annotation content. Flourish type hint: column
Arguments
Description
.
Returns the Flourish object
text
Text. The piece of text you want to highlight. Note that text is case and space sensitive. Flourish type hint: column
note
Annotation. The annotation content. Flourish type hint: column