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
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
}