Dashboards#
Note
This is an essential feature of the Timeseries Refinery. It is only accessible within the pro version. If interested, please visit: https://timeseries.pythonian.fr/#ouroffer.
Dashboards let users assemble interactive visualizations (figures,
dashboards, balances) from time series data. These API points are
reachable through the dashboard attribute of the api object, e.g.
tsa.dashboard.get_dashboard(...).
Create or update a figure configuration. |
|
Return all figure names grouped by variant. |
|
Return True if a figure with the given name exists. |
|
Return the Figure identified by name, or None if absent. |
|
Return the names of dashboards that reference name. |
|
Delete the figure identified by name. |
|
Rename a figure. |
|
Return a DashboardSummary list for all dashboards. |
|
Create or update a dashboard configuration. |
|
Return True if a dashboard with the given name exists. |
|
Return the Dashboard identified by name, or None if absent. |
|
Delete the dashboard identified by name; no-op if absent. |
|
Rename a dashboard. |
|
Return the names of all registered balance definitions, sorted. |
|
Return the lisp source of the balance definition identified by name, or None if absent. |
|
Return True if a balance definition with the given name exists. |
|
Create or update a balance definition. |
|
Rename a balance definition. |
|
Delete the balance definition identified by name; no-op if absent. |