title |
---|
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 bar | Select or filter |
Right click | Context menu |
Double-click | Reset View |
Alt+drag | Zoom |
Alt+F | Show in full screen |
Use the 'Relative Values' property in combination with the 'Stack' property to analyze the distribution of the stacked values:
You can categorize DateTime columns using special functions, such as 'Year', 'Month', 'Quarter', ' Year - Month' and 'Year - Quarter':
See also: