General
Guides
Development
API
Charts
- Bar Chart
- Bar Chart (Discrete)
- Donut Chart
- Scatter Plot
- Simple Time Series
- Singlegraph
- Singlegraph Grid
- Standard Time Series
Text
- Comparison Jumbotron Singlestat
- Comparison Singlestat
- Comparison Summation Table
- Heading
- Jumbotron Singlestat
- Markdown
- Percentage Table
- Singlestat
- Summation Table
- Timer Stat
- Time-Shifted Jumbotron Singlestat
- Time-Shifted Singlestat
- Time-Shifted Summation Table
Layout
Summation Table
Attributes
Attribute | Default Value | |
---|---|---|
title |
||
format |
,.3s |
|
striped |
false |
|
include_sums |
false |
If true , the raw sum of each data series will be include in the table. |
query |
Example 1
{
"item_type": "summation_table",
"item_id": "d153",
"query": "positive",
"format": ",.3s",
"striped": true,
"title": "With stripes"
}
Example 2
{
"item_type": "summation_table",
"item_id": "d155",
"query": "positive",
"format": ",.3s",
"title": "No stripes"
}