Skip to main content

Bar chart

A bar chart presents grouped data as rectangular bars with lengths proportional to the values that they represent. Unlike histograms which you can apply to display the distribution of numerical data, bar charts are primarily designed for categorical values.

Developers: To add the viewer from the console, use: grok.shell.tv.addViewer('Bar chart');

Click on a barSelect or filter
Right clickContext menu
Double-clickReset View
Alt+dragZoom
Alt+FShow in full screen

Features

Stacked bars and relative values

Use the 'Relative Values' property in combination with the 'Stack' property to analyze the distribution of the stacked values:

Relative values in a bar chart

Dates and years, quarters, months

You can categorize DateTime columns using special functions, such as 'Year', 'Month', 'Quarter', ' Year - Month' and 'Year - Quarter':

Dates in a bar chart

Videos

Bar Chart

See also: