Online Help | Web App

Creating charts

Introduced in 2025.2

Updated in 2026

If existing charts do not meet your needs, you can create your own charts from scratch or based on existing charts. When creating a chart, you select a data source, configure grouping and metrics, add filters, and customize chart appearance and sharing settings.

You can create charts from the Reports > Analytics section or directly from dashboards, by copying existing charts or from scratch.

To create charts Use

Create a new chart from the analytics chart library

Reports > Analytics > + New Chart

Create a chart while customizing a dashboard

My Work > Dashboard > Customize Dashboard > New widget > Chart

Create a chart based on an existing chart

Open a chart from Reports > Analytics or a dashboard and click Save As

IMPORTANT: Once a chart data source is selected, it cannot be changed. For example, a chart created for tickets cannot be converted into a chart for computers.

Create a chart

To create a chart:

  1. Do one of the following:

    1. In Reports > Analytics, click + New Chart.

    2. On a dashboard, select Actions (three dots), then select New widget > Chart / Counter / Table.

  2. Select a data source.

    The data source defines, which records are included in the chart and which fields are available for grouping, metrics, filters, and display.

    Available sources include individual object classes, such as Incidents or Computers, generic classes such as All Tickets, and Activity which can include activities related to multiple object classes.

  3. Click Next in the upper-right corner.

    The chart opens with default settings and is ready to configure.

  4. Use the Chart Settings pane on the right to configure the chart.

    From this point, chart creation follows the same workflow as chart modification:

    You can also set default runtime filters. Viewers can change these filters when viewing the chart without affecting the chart filters configured on the Filter tab.

  5. To finish chart creation, click Save.

    If you decide not to keep the new chart, click Close, and then when prompted "Do you want to save the changes?", click No. You will return to the list of charts or dashboard.

Examples

Example 1: Ticket volume by week

The following example creates a bar chart showing ticket volume by week, starting from the beginning of the year.

  1. In Reports > Analytics, click + New Chart.

  2. Select All Tickets as the data source and click Next in the upper-right corner.

  3. In Chart Settings > General:

    1. Keep Chart type to Vertical bar

    2. Set Group By to Created Date with Weekly interval

    3. Keep Metric to Count of records

  4. In the runtime filter bar, select:

    • Created Date: This year so far

  5. Optionally, customize chart appearance in the Options tab.

  6. Click Save.

Example 2: Ticket volume by priority

The following example creates a horizontal bar chart showing ticket volume by priority for each month.

  1. In Reports > Analytics, click + New Chart.

  2. Select All Tickets as the data source.

  3. In Chart Settings > General:

    • Set Chart type to Horizontal bar

    • Add Created Date to Group By and set the interval to Monthly

    • Under Available properties to display, add the Priority field and drag it to Group By

    • Keep Metric to Count of records

  4. Optionally, customize chart colors and labels in the Options tab.

  5. Optionally, in the runtime filter bar, select:

    Created Date: Last 90 days

    This sets the default time range to the last three months. Users can change it later when viewing the chart.

  6. Click Save.

TIP: Try other chart types for the same data, such as Line or Area, to compare trends over time differently.

Example 3: Overdue tickets by month

The following example creates a Counter chart showing overdue tickets for the current month compared with the previous month.

  1. In Reports > Analytics, click + New Chart.

  2. Select All Tickets as the data source.

  3. In Chart Settings > General:

    • Set Chart type to Counter

    • Under Available properties to display, add the Completed Date field

    • Drag Completed Date under Group By and select Monthly interval

    • Keep Metric to Count of records.

  4. On the Filter tab, add these filters and combine them using Or:

    • Completed Date is Last month And Due date is before Completed Date

    • Completed Date is This month And Due date is before Completed Date

  5. On the Options tab:

    • In the Comparison list, select Compare to previous month

    • Select the Lower value is better, higher is worse checkbox

    • Optionally, customize chart appearance

  6. Click Save.