Use the Chart Helper dashboard widget to add your own chart to the dashboard. Charts must return a JSON array of objects where each element contains a “label” and “data” property. Optional properties of “ordinal” and “color” are also supported.

For example:

[
{“label”: “Approved”, data: 30},
{“label”: “Rejected”, data: 10, color: “#FF0000”},
{“label”: “In Progress”, data: 15},
]

  1. Enter a name for the widget, the data source URL, and the type of chart you want to create.

  1. Click Next to create and display the chart.
  2. Click  and Refresh to refresh the chart data.
  3. Click  and Filter to reset the widget and select different options.