ruins.apps.sunburst#

Module Contents#

Functions#

plot_controls(→ None)

Add the controls to the application

get_cached_data(→ pandas.DataFrame)

sunburst_plot(dataManager, config)

Add the plot

main_app(**kwargs)

Attributes#

_TRANSLATE_DE

_TRANSLATE_EN

ruins.apps.sunburst._TRANSLATE_DE#
ruins.apps.sunburst._TRANSLATE_EN#
ruins.apps.sunburst.plot_controls(config: ruins.core.Config, expander=st.sidebar) None#

Add the controls to the application

ruins.apps.sunburst.get_cached_data(_dataManager: ruins.core.DataManager, order: List[str]) pandas.DataFrame#
ruins.apps.sunburst.sunburst_plot(dataManager: ruins.core.DataManager, config: ruins.core.Config)#

Add the plot

ruins.apps.sunburst.main_app(**kwargs)#