View Source Luminous.Components (luminous v0.1.0)

Link to this section Summary

Functions

the dashboard component is responsible for rendering all the necessary elements

this component registers the js event listeners for the panel spinners

this component is responsible for rendering the panel's data depending on the panel's type, there will be a different visualization

Link to this section Functions

the dashboard component is responsible for rendering all the necessary elements:

  • title
  • variables
  • time range selector
  • panels

it also registers callbacks for reacting to panel loading states

this component registers the js event listeners for the panel spinners

this component is responsible for rendering the panel's data depending on the panel's type, there will be a different visualization

Link to this function

panel_statistics(assigns)

View Source