Calendar Heatmap
Last updated
Last updated
Similar to heatmap but instead of a matrix, the cells are days on a calendar.
table - the table to use
conditions - the conditions to apply to the chart
date_range - the range of dates to check
date_field - which field to collect the data on
aggregate_type - the type of aggregate to use
aggregate_field - the field to use for a non count aggregate
An array of objects. Each object represents a date and contains the relevant data.
id: the date in question
query: the encoded query that returns the information
value: the value at that date
A screenshot of the data in ServiceNow: