Sankey Diagram
The Method To Use
order: int,
sources: str,
targets: str,
values: str,
data: List[Dict],option_modifications: Optional[Dict]
title: Optional[str]
padding: Optional[List[int]]
rows_size: Optional[int]
cols_size: Optional[int]Video demonstration of the Sankey diagram
Examples
1. Default Configuration

2. Customization And Context

adding='0,0,0,2', and its size with cols_size=9 .Last updated
Was this helpful?