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

Bind chord diagram data

Usage

def bind_chord_diagram_data(
self,
source: str = None,
target: str = None,
value: str = None
)
PYTHON
bind_chord_diagram_data(
.,
source = NULL,
target = NULL,
value = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
source
str, optional
Source
target
str, optional
Target
value
str, optional
Value. A number specifying the size of the flow. Flourish type hint: column
Arguments
Description
.
Returns the Flourish object
source
Source
target
Target
value
Value. A number specifying the size of the flow. Flourish type hint: column