InfoChart
Description
Display an infochart
Attributes
tile
=connect
title
connect
: [Connection objects]transform
: [Additional configuration related to connect]single
table
: [Objects]title
: Title of infoChart
Example
{
"tile": "infochart",
"transform": {
"single": true
},
"table": {
"title": "infoCharts Example"
},
"connect": [
{
"title": "Your Units",
"source": "wellness",
"pick": "values.sleep",
"apply": "sum(ls)",
"format": "0,0.00",
"options": {
"dataColor": "#CF91FF",
"titleColor": "#1C5C57"
}
}
]
}