Waffle
Last updated
Last updated
The Waffle Chart allows you to compare values against each other while also giving you an approximation of the percentage of a given value. These charts can be read as each block representing 1% of the whole.
table - the table to query.
conditions - the conditions to apply to the chart
group_by - the primary grouping
record_limit - the maximum number of primary groupings to query
aggregate_type - the type of aggregate to use. If none is provided 'COUNT' will be used.
aggregate_field - if an aggregate other than 'COUNT is used, an aggregate field must be provided to determine what to aggregate on.
agg_field_duration - If a duration is used in the aggregate field, this must be provided with a value of true
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
A Javascript Object:
A screenshot of the data in ServiceNow: