-
Notifications
You must be signed in to change notification settings - Fork 35
Configuration
Tim Wisniewski edited this page Sep 30, 2015
·
19 revisions
Property | Example | Description |
---|---|---|
title | Owner | Title of the card |
description | Description of the card | |
chartType | bar | Type of chart |
domain | data.phila.gov | Domain for the data provider |
dataset | 2pfz-fnns | Dataset ID for the data provider |
groupBy | owner_1 | Field to group by / pivot on |
triggerField | When this card is clicked, what field should it trigger on other charts? (defaults to value of groupBy , mostly used when groupBy includes a function) |
|
boundaries | URL of GeoJSON file | |
boundariesLabel | Field in GeoJSON properties that represents the label | |
boundariesId | Field in GeoJSON properties that represents the ID of the polygon, used to match against groupBy
|
|
order | Order of data query | |
limit | Limit the number of results in the data query | |
baseFilters | Base filters to always use on the data query | |
valueFormat | Numbro format string used on values | |
labelFormat | Moment format string used on labels |