Overview
[top]
Type |
Icon |
When to Use |
---|---|---|
Horizontal Bar |
You want to highlight values for easy comparison and plot your numbers horizontally. Use a bar chart to place less emphasis on time and focus on comparing values. |
|
3D Horizontal Bar |
Similar to the horizontal bar chart, but in three a dimensional form. |
|
Stacked Horizontal Bar |
Categorical data, grouped or stacked to assist comparison. Use when part-to-whole comparison is important. |
|
Horizontal Cylinder |
Similar to the horizontal bar, but having chart components shown in cylindrical form. |
|
Proportional Bar |
Displays how close values in different categories came to the highest category value. |
Chart Data Options
[top]
Option |
Description |
---|---|
Label |
This is the category label for the X axis |
Series |
Typically a numeric value such as $. An item that you want to measure on your Chart |
Metric |
Only used for the Numeric Display chart, this allows you to select the metric you want to show. |
Colour |
This option is only available if you have a cross tab data set available and is used to determine the colour applied for cross tab series data. |
Bar Chart Tutorial
[top]
The following Bar Chart tutorial can be used for any of the above listed Bar Charts, with the exception of the Stacked Horizontal Bar, which simply requires the report to be changed to a crosstab in order to be implemented.
1. Click on the Create link and select Report to begin building your report.
2. You should now be on the Initialise Report page. Select the Drag and Drop Builder as the build tool.
5. You should now be on the Step 1. Report Data page. To start with, set the Output Options to Chart Only by selecting it in the Report Options section on the right. This will ensure that the information appears as a chart.
6. Now you need to add metrics to your report. Click on the next to the Time category to expand it.
7. Drag and drop the Year field into the Columns area.
8. Now expand the Athlete Payment category and drag and drop the Invoice Estimate dimension into the Columns area below Year. You will notice that the icon has changed to
, this is because the default aggregation for this field has been set to SUM in the view.
9. Click on at the top of the page to move to the next step.
13. In the Chart Data section you will need to select the data for each setting in the chart.
14. Set the Label to Year.
15. Set the Series to Sum Invoice Estimate.
16. Click Refresh to generate your chart.
[top]