Columns
This page describes how to define and control the columns in you json payload.
Column fields
Items array
Example in JSON
JSON{
"columns": [{
"text": "Total",
"items": [{
"text": "Total",
"base": 1949.0,
"data": [106.0, 105.0, 26.0, 43.0, 55.0, 136.0]
}],
}, {
"text": "ITS WITH SKY TV",
"items": [{
"text": "ITS 1-3",
"base": 175.0,
"data": [0, 105.0, 26.0, 43.0, 0, 0],
"selected": true
},
{
"text": "ITS 6-10",
"base": 1476.0,
"data": [0, 0, 0, 0, 0, 0],
"selected": true
}
],
"selected": true
}]
}
Last updated