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
JSON Data Format
Dashboard
Dashboard Items
All dashboard items share a common structure. Each is a JSON dictionary with an item_type
attribute indicating what type of dashboard item it is. Item types generally fall into two categories - structural elements, which control dashboard layout, and presentations, which create some visible output in the rendered dashboard.
Structural Item Types
dashboard_definition
section
row
cell
Presentation Types
These item types have a visual component, but do not consume data from queries.
heading
separator
markdown
Data Presentation Types
These item type have a visual component linked to one or more data queries.
simple_time_series
standard_time_series
stacked_area_chart
donut_chart
bar_chart
discrete_bar_chart
singlegraph
singlestat
jumbotron_singlestat
summation_table
timeshift_summation_table
comparison_summation_table
percentage_table