I'm a beginner with bonitasoft and I need help with the chart widget

what to put exactly in the widget params like data and labels i want to do a chart about my bdm data but i have no clue how

Hi @houssemeddine.weslat

This widget is based on Angular Chart
You need to provide each set of data for display in a JSON array, containing numerical values. You can enter a single array directly in the Value property, or bind it to any variable that provides an array. For a multiple set chart, bind it to any variable that provides an array of arrays, all sets having have the same length. Notice that the list of values in the Labels property must be have same length as an associated set.

For more information: Untitled | Bonita Documentation

Hope this helps.
Cheers!
-ThalĂ­a

1 Like

@thalia.cruz Thank you for your help , problem solved

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.