Bar Chart

Best Practices

Overview

The primary use of a bar chart is to show comparisons between time periods or categories. One axis shows items to compare while the other displays the value being measured; the longer the bar the greater its value. The primary goal of a bar chart is to showcase the relationship between the two axes. A grouped bar chart displays if the data set includes multiple data series.

Note that the WCMS also offers the combo chart if you need to represent multiple data series with a mix of bars, areas, and different line styles.

Chart is an interactive content type in the WCMS.  Go to examples at the bottom of this page to try out “live” charts.

Visualization

Illustration of visualization area of bar chart

Legend

Interacting with the labels in the legend will highlight or isolate the selected data series. Each data series can be toggled on and off individually, allowing users to view a wide variety of combinations.

Example legend for a chart not shown containing six different types of data found on chart
Table

Sorting:  Selecting the top row of a column sorts the entire table by the content within the selected column. Selecting the same column multiple times rotates the sorting feature between three states: Descending, Ascending and Off. Only a single column can be sorted at one time.

Source:  When referencing information from outside of the current page, you should provide a source link. Source links should be short and descriptive; they should not be the full URL. Source links are always displayed directly above the table.

Show Vertical Data: You have the option in the build process to reorient your data vertically instead of horizontally.  This may improve the data table’s readability.

Add Column: If the vertical orientation of your data table is selected, you have the option to add an additional column of information to your data table.  This column can be additional information your users may find useful, and will not influence the rendered visualization.

Example Data table for chart not shown containing six types of data across six dates in the year 2016

Usage

Bar charts are used to easily compare data among categories and between groups at a glance. They reveal patterns, trends, relationships and exceptions in data values that are not readily apparent from a table of values.

Use:

  • When comparing categories
  • When showing big changes in data

Don’t Use:

  • When showing small incremental changes

Other Guidance

  • Chart Title:  Good titles are invaluable. Your chart title should be long enough so that your audience can make sense of the chart. A glance at the title should clearly convey what the chart contains. A good title requires a balance between a short title and one with enough descriptive information to describe the chart clearly.
  • Visual Clutter:  Consider the mental burden you are placing on your users.  For example, if your chart has a lot of data series, consider using multiple charts.  And remove or hide unnecessary chart elements.  For example, if you chart has only one data series, consider hiding the legend (Visual panel). Consult with your UX specialist when in doubt.
  • Grid Lines:  In most cases, both horizontal and vertical grid lines should be hidden to reduce chart clutter. Approximate values can be perceived without grid lines.  When the difference in data values is close, horizontal grid lines can be shown to better support data value comparison.
  • Data Source:  The data source makes your graphic more reputable. It also allows those who are interested to dig deeper.
  • Outliers in Series Bar Data:  If the data set includes one or more extreme outliers, the visualization can be difficult to process. If the variation can be seen only on a single bar and the rest are flat, do one of the following: Modify the data set to remove / adjust the outlier issue, split the chart into multiple charts, or select a different chart type.
  • Confidence Intervals: Confidence intervals give an indication of the certainty of the dataset. You can configure the chart to show confidence intervals in the configuration tab. See chart example.

Chart Color Palettes

Examples of Color Palettes that can be selected for Charts in WCMS

Examples

Chart is an interactive content type. In the examples below, try selecting and deselecting data series in the legends and hovering over the chart.  Also, try sorting the data tables using the headings.

Deviation Bar Chart

A deviation bar chart uses color-coding to show how data points in a single data series compare to a reference data point, such as a target or goal.  All values above the reference point are coded in one color, with values below the reference point in a contrasting color. Chart designers set the reference point in the WCMS admin tool.  See example data file [XLS – 54 B]

Bar Chart with Highlighted Value

To highlight a specific data point, a selection can be made in the Date/Category tab during configuration.  The color of the highlight can be adjusted using a hexadecimal code.

Horizontal Bar Chart

This horizontal bar chart allows room for longer data labels and provides new layout options. Note that this example demonstrates the chart animation feature. (Check “Visualize Animation” in the Visual panel.)  See example data file [XLS – 195 B]

Lollipop Style Bar Chart

The “lollipops” in this variation of the horizontal bar chart create visual interest, all while retaining the extra space for longer data labels.  To achieve an uncluttered minimalist look, the chart designer has hidden the the value axis.  “Two-Tone” is selected as the Lollipop Color Style (Visual panel).  Note also that, like the epi chart above, animation has been turned on.  See example data file [XLS – 195 B]

Standard Time-Based Bar Chart (Vertical)

Note how selecting a data series in the legend isolates the series (whereas in the next example the series is highlighted when selected).  See example data file [XLS – 250 B]. Note that you do not have to chart all the data series in the source file.  This source file contains 6 data series, but in the Data Series section of the Chart Configuration tab, the developer has selected only 3 series for the chart.

Standard Categorical (Non-Time-Based) Bar Chart

With WCMS release 4.8.2, the bar chart now supports non-time-based data, as illustrated below. See example data file [XLS – 159 B].

Stacked Bar Chart

To create a chart like the one below, select “Bar ” as the visualization type and then select the “stacked” chart subtype under the general section of the configure tab.  Stacked bars can work well to show percentages when every bar totals 100.  See example data file [JSON – 382 B]

Bar with CIs in Visualization

If you have high and low interval bounds in your source data (such as confidence intervals), you can easily display them in the visualization area.  In the Data Series panel of the Configuration tab, select the high and low data using the drop-down selectors.

Note that, to reduce clutter, the chart designer has hidden the legend for this single-series chart. See example data file [XLS – 113 B].