A super module that collects available sub-modules.
- Source:
Classes
Members
(static, constant) responseHandlerRegistry
Registry object that maps response types to their corresponding handler functions.
(static, constant) widgetRegistry
Registry of widgets.
- Source:
Methods
(static) handleObjectDisplay(data, plotWindow)
Handles the display of an object in the plot window.
Parameters:
Name | Type | Description |
---|---|---|
data |
string | Object | The data to be displayed. It can be either a string or an object. |
plotWindow |
Object | The plot window object where the data will be displayed. |
- Source:
(static) handleTimeseriesData(data, plotWindow)
Handles timeseries data and displays the plot.
Parameters:
Name | Type | Description |
---|---|---|
data |
object | The timeseries data. |
plotWindow |
object | The plot window to display the plot. |