Column charts allow you to view a large dataset in an easy to read column view. Select the following option on the Chart type menu to display a column chart.
Viewing a column chart
Hover over bars to view a status pop-up. Click on bars to view additional details in a Console tab.
See Viewlet display options to learn how to hide bars and other viewlet customization options.
Example
jKQL> Get the number of events fields Min(ElapsedTime), Max(ElapsedTime), AVG(ElapsedTime) group by location show as colchart
This query generates the viewlet displayed above. It is located in the Sample-OrderTracking repository. It uses the functions min, max, and average as applied to elapsed time for events.