View Source Luminous.Dashboards.DemoDashboardLive.Queries (luminous v1.3.0)
This is where we implement the Luminous.Query
behaviour, i.e. all queries
that will be visualized in the dashboard's panels (a panel can
have multiple queries).
All queries have access to the current dashboard variable values and the selected time range.
All queries must return a Luminous.Query.Result
with optional attributes
that specify the visual characteristics of the particular data set
(see Luminous.Query.Attributes
).
More details in Luminous.Query
.