This topic describes how to configure a treemap chart to display query results.
Background information
A treemap chart includes multiple rectangles that represent the data volume. A larger rectangle area represents a larger proportion of the categorical data.
Rectangles in a treemap chart are sorted.
Procedure
Examples
To query the distribution of hostnames in NGINX logs, execute the following query
statement:
* | select host, count(1) as count group by host order by count desc limit 1000
Select host
for Legend Filter and count
for Value Column.
