The Chart: Scatterplot widget displays an X/Y plot from a data query, with each data row drawn as a single point. Scatterplots are useful for spotting correlations between two numeric measurements – for instance, response time vs. ticket age, or message length vs. customer satisfaction.

Configuration

Field Description
Run this data query A data query that returns rows with x and y values.
Cache Number of seconds to cache the query results before refetching.
Label x-axis Optional axis title shown along the horizontal axis.
Format x-axis values as Optional value formatter: number, time elapsed (minutes), or time elapsed (seconds).
Label y-axis Optional axis title shown along the vertical axis.
Format y-axis values as Optional value formatter: number, time elapsed (minutes), or time elapsed (seconds).
Chart height Height in pixels. Leave blank for automatic sizing.