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
}