Hexbin
Visualizes the relationship between two numeric values by increasing the color density the more observations found in the same space.
Required Fields
table - the table to query.
conditions - the conditions to apply to the chart
x_axis_field - the field used to determine the x axis scale
y_axis_field - the field used to determine the y axis scale
record_limit - The maximum number of records to look at
Optional Fields
N/A
Return Data
An array of objects. Each object represents a record and contains the relevant data.
x: the value of the x field for that record
y: the value of the y field for that record
Example Payload
A screenshot of the data in ServiceNow:
Last updated