{
"chartName": "string",
"worksheetId": "string",
"viewId": "string",
"chartType": "columnChart",
"dataScope": "permission",
"timeFieldId": "string",
"timeRange": "all",
"customDynamicRange": {
"from": {
"type": "today",
"value": 0,
"unit": "day"
},
"to": {
"type": "today",
"value": 0,
"unit": "day"
}
},
"customRange": {
"startDate": "2026/01/01",
"endDate": "2026/12/31"
},
"dimension": [
{
"field": "string",
"displayName": "string",
"granularity": 1,
"includeEmpty": true
}
],
"rows": [
{
"field": "string",
"displayName": "string",
"granularity": 1,
"includeEmpty": true
}
],
"columns": [
{
"field": "string",
"displayName": "string",
"granularity": 1,
"includeEmpty": true
}
],
"values": [
{
"field": "string",
"aggregation": "COUNT",
"displayName": "string"
}
],
"rightValues": [
{
"field": "string",
"aggregation": "COUNT",
"displayName": "string"
}
],
"targetValues": [
{
"field": "string",
"aggregation": "COUNT",
"displayName": "string"
}
],
"gaugeMin": "0",
"gaugeMax": "100",
"filter": {
"type": "string",
"logic": "string",
"field": "string",
"operator": "string",
"value": "string",
"children": {
"type": "string",
"logic": "string",
"field": "string",
"operator": "string",
"value": "string",
"children": {}
}
},
"sorts": [
{
"field": "string",
"isAsc": true
}
],
"limit": 0
}