Binding additional data sources
Bind functionsBind audio dataBind bar chart race dataBind bubble chart dataBind calculator dataBind cards dataBind chord diagram dataBind draw the line chart dataBind election results chart dataBind gantt chart dataBind gauge dataBind hierarchy dataBind line chart race dataBind interactive svg dataBind line, bar and pie charts dataBind marimekko dataBind network graph dataBind parliament chart dataBind pictogram dataBind quiz dataBind radar chart dataBind sankey diagram dataBind scatter dataBind slope chart dataBind sports dataBind sports race dataBind survey dataBind svg annotator dataBind table dataBind text annotator dataBind timeline dataBind tournament dataBind word cloud data
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 |