API Reference luminous v0.1.0

modules

Modules

A dashboard is a high-level component initialized by the dashboard live view

This is where we implement the Query behaviour, i.e. all queries that will be visualized in the dashboard's panels (a panel can have multiple queries).

This is where we implement the Variable behaviour, i.e. define the dashboard's variables displayed as dropdowns in the view

a panel represents a single visual element (chart) in a dashboard contains many queries

a query is embedded in a panel and contains a function which will be executed upon panel refresh to fetch the query's data

This struct collects all the attributes that apply to a particular Dataset

a DataSet essentially wraps a list of 1-d or 2-d data points that has a label and a type (for visualization)

a query Result wraps a columnar data frame with multiple variables

Module with named helpers generated from Luminous.Router.

a selector represents the widget in the dashboard that allows for selecting a time range/period

a variable is defined at compile time and its values are determined at runtime