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
Percentage Table
Attributes
Attribute | Default Value | |
---|---|---|
title |
||
format |
,.3s |
|
include_sums |
false |
If true , the raw sum of each data series will be include in the table. |
query |
Example 1
{
"item_type": "percentage_table",
"item_id": "d141",
"query": "percentages",
"format": "%",
"title": "Percentages Only"
}
Example with Sums
{
"item_type": "percentage_table",
"item_id": "d143",
"query": "percentages",
"format": ",.3s",
"title": "Including Sums",
"include_sums": true
}