Connected Dots

The Connected Dot Plot displays the gap between the minimum and maximum values of the defined 'Weight by' field. The average value for the group is also displayed as a dot in-between the min and max values.

Required Fields

  • table - the table to query.

  • conditions - the conditions to apply to the chart

  • group_by - the primary grouping

  • weight_by - the value the slices are weighted by

  • record_limit - the maximum number of primary groupings to query

Optional Fields

N/A

Return Data

An array of objects. Each object is of the following format.

  • name: The display name for the slice

  • query: the query that the chart will apply on the slice

  • value: the number for the data point in the slice

Example Payload

A screenshot of the data in ServiceNow:

Last updated