Hello Mr. Aleksandar, My apologies for the delay in my response.
I've created a JSON structure for a statistic chart that you may find helpful.
"chart": {
"id": "0",
"names": [
{
"locale": "de",
"value": "Aufgaben nach Priorität"
},
{
"locale": "en",
"value": "Tasks by Priority"
},
{
"locale": "fr",
"value": "Tãches par priorité"
},
{
"locale": "es",
"value": "Tareas por prioridad"
}
],
"type": "TASK_BY_PRIORITY",
"filter": {
"selectedTaskPriorities": ["HIGH"],
"isAllTaskPrioritiesSelected": false
},
"position": 0
}

It appears that the isAllTaskPrioritiesSelected
variable is not included in your JSON structure. Upon reviewing the documentation, we realized that we neglected to specify the default value for this variable. We apologize for the oversight and have created a ticket to update the documentation accordingly.
Feel free to ask if you have any more concerts and would like further assistance. Don't hesitate to try it out again as well.
Best regard!
Thinh Nguyen