Zero Centered Bar
The Method To Use
x: str
order: int
data: Union[str, DataFrame, List[Dict]]y: Optional[List[str]]
x_axis_name: Optional[str]
y_axis_name: Optional[str]
title: Optional[str]
rows_size: Optional[int]
cols_size: Optional[int]
padding: Optional[List[int]]
show_values: Optional[List[str]]
option_modifications: Optional[Dict]Examples
1. Default Configuration

2. Customization And Context

padding='0,0,0,1', the size with rows_size=2, cols_size=7,title='Tide level (m)', and subtitle='West Sector'. The menu_path='zero-centered-bar-tide' was changed also.Variants








Last updated
Was this helpful?