shyft.dashboard.examples.figure_legend¶
Classes
|
Init of base app |
|
|
|
- class shyft.dashboard.examples.figure_legend.TsAdapterSine(unit_to_decorate, time_range, point_interpretation=None, async_on=False)[source]¶
Bases:
TsAdapter- Parameters:
unit_to_decorate (str | Unit)
time_range (UtcPeriod)
point_interpretation (point_interpretation_policy)
- __init__(unit_to_decorate, time_range, point_interpretation=None, async_on=False)[source]¶
- Parameters:
unit_to_decorate (str | Unit)
time_range (UtcPeriod)
point_interpretation (point_interpretation_policy)
- Return type:
None
- property ts¶
- class shyft.dashboard.examples.figure_legend.MultiTsAdapterSine(unit_to_decorate, time_range, point_interpretation=None, async_on=False)[source]¶
Bases:
TsAdapter- Parameters:
unit_to_decorate (str | Unit)
time_range (UtcPeriod)
point_interpretation (point_interpretation_policy)
- __init__(unit_to_decorate, time_range, point_interpretation=None, async_on=False)[source]¶
- Parameters:
unit_to_decorate (str | Unit)
time_range (UtcPeriod)
point_interpretation (point_interpretation_policy)
- Return type:
None
- class shyft.dashboard.examples.figure_legend.FigureLegend(thread_pool, app_kwargs=None)[source]¶
Bases:
AppBaseInit of base app
- Parameters:
thread_pool – Optional thread pool used for async calls within the app
app_kwargs (Dict[str, Any] | None) – Optional keyword arguments provided to the app through the start_bokeh_apps methods
- __init__(thread_pool, app_kwargs=None)[source]¶
Init of base app
- Parameters:
thread_pool – Optional thread pool used for async calls within the app
app_kwargs (Dict[str, Any] | None) – Optional keyword arguments provided to the app through the start_bokeh_apps methods
- property name: str¶
This property returns the name of the app