Bind interactive svg data

def bind_interactive_svg_data(
self,
id: str = None,
reveal_id: str = None,
h3: str = None,
h4: str = None,
content: str = None,
link: str = None,
metadata: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
idstr, optionalID. A column of IDs of elements in the uploaded SVG file. Flourish type hint: column
reveal_idstr, optionalReveal layer. A column to reveal when layer is clicked. Flourish type hint: column
h3str, optionalHeading 1. A column containing the main header. Flourish type hint: column
h4str, optionalHeading 2. A column containing a secondary header. Flourish type hint: column
contentstr, optionalContent. A column containing text or HTML to display. Flourish type hint: column
linkstr, optionalLink. A URL that can be opened when a layer is clicked. Any reveal layers or popups will be overridden. Flourish type hint: column
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 Flourish type hint: columns