datasets_graph_get
Guest
Returns the template used to display dataset condensed data.
Params
attribute | description |
---|---|
filter* Filter |
Filter defining what datasets to retrieve |
Filter
attribute | description |
---|---|
types* Dataset Types |
The datasets to load |
Dataset Types
An object where keys are dataset type IDs and values are arrays holding
the datapoint values to load (['y_value'|'y_stdev'|'y_min'|'y_max'|'y_threshold_low'|'y_threshold_high']
).
Return
Returns an object where keys are dataset types and values are Condensed Graph@datasets entities.
Note
The individual Condensed Graph templates must be compatible with:
- Condensed Data returned by the
datasets_data_get
.