General
Guides
Development
Item Types
- Bar Chart
- Cell
- Comparison Summation Table
- Discrete Bar Chart
- Donut Chart
- Heading
- Jumbotron Singlestat
- Markdown
- Percentage Table
- Row
- Section
- Separator
- Simple Time Series
- Singlestat
- Stacked Area Chart
- Standard Time Series
- Summation Table
- Time-Shifted Summation Table
API
Jumbotron Singlestat
The jumbotron_singlestat
dashboard item presents a single numeric value from
the summation of a data series, rendered in a large format.
Attributes
Attribute | Default Value | |
---|---|---|
title |
||
units |
||
format |
,.3s |
|
transform |
mean |
One of the Summation fields - sum , min , max , mean , median , first , last , or count |
query |
||
index |
Example
{
"item_type": "jumbotron_singlestat",
"item_id": "d11",
"query": "single_big",
"title": "Median Latency",
"format": ",.3s",
"transform": "median",
"units": "ms"
}