package panels
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- case class GridPosition(w: Int, h: Int, x: Option[Int] = None, y: Option[Int] = None) extends Product with Serializable
Position of the panel in grafana grid layout mode
Position of the panel in grafana grid layout mode
- w
1-24 (the width of the dashboard is divided into 24 columns)
- h
In grid height units, each represents 30 pixels.
- x
The x position, in same unit as w.
- y
The y position, in same unit as h.
- case class Legend(calcs: List[String] = List.empty, displayMode: DisplayMode = DisplayMode.List, placement: Placement = Placement.Bottom, width: Option[Int] = None, sortBy: Option[String] = None, sortDesc: Option[Boolean] = None) extends Product with Serializable
- case class LogScale(log: Int) extends ScaleDistribution with Product with Serializable
- case class Panel(datasource: Option[DatasourceId] = None, description: Option[String] = None, gridPos: GridPosition, id: Option[Int] = None, title: Option[String] = None, typed: Type) extends Product with Serializable
- sealed trait ScaleDistribution extends AnyRef
- case class ThresholdStyle(mode: ThresholdStyleMode = ThresholdStyleMode.Off) extends Product with Serializable
- case class Tooltip(mode: Mode = Mode.Single) extends Product with Serializable
Value Members
- object GridPosition extends Serializable
- object Legend extends Serializable
- object Linear extends ScaleDistribution
- object Panel extends Serializable
- object ScaleDistribution
- object ThresholdStyle extends Serializable
- object Tooltip extends Serializable