Tree
The Method To Use
order: int
data: Union[str, Dict, List[Dict]]radial: bool
vertical: bool
title: Optional[str]
padding: Optional[List[int]]
rows_size: Optional[int]
cols_size: Optional[int]
option_modifications: Optional[Dict]Video demonstration of the tree chart
Examples
1. Default Configuration

2. Customization And Context

padding='0,0,0,2', and cols_size=10.Last updated
Was this helpful?