Chart and Modal Button
The Method To Use
menu_path: str,
order: int,
# The parameters that the chart function will take when executed
chart_parameters: Dict,
# The name of the modal that will be used by the button
button_modal: strrows_size: int = 3,
cols_size: int = 12,
# The funcion that will be executed passing the previous parameters,
# by default it will use a free_echarts bar chart
chart_function: Optional[Callable] = None,
button_label: str = 'Read more',
tabs_index: Optional[Tuple[str, str]] = None,
modal_name: Optional[str] = None,
button_side_text: str = "Click on the button to read more about this topic.",Examples

Last updated
Was this helpful?