CHAPTER 10
Choosing the Right Chart Type

Understanding the purpose of different chart types will help you decide which visualization to use for your data in order to communicate information most effectively. Bar charts and line charts are well documented in most data visualization books and you will find them in most of the chapters of this book as well. This chapter will focus on the charts that are not discussed as often, several of which have sparked a lot of discussion in the Makeover Monday community. Each chart type will have four sections:

  1. Purpose
  2. Description
  3. Examples
  4. Alternatives

There are several examples of each chart type and then alternatives that can be used in a similar situation. This chapter can be used as a visual reference library for these chart types. By the end of this chapter, you should have a better understanding of why certain charts work better than others. Finally, we will provide resources that describe chart best practices in detail.

Area Charts

Purpose

Show cumulative trends over time of one or more attributes of a field.

Description

Area charts are line charts that are typically stacked on top of one another, creating a cumulative view. The area below each line is filled down to the section below, with the lowermost section filled down to the zero axis. Area charts are useful for understanding:

  1. The contribution to the total
  2. The trend of the lowermost segment
  3. The trend of the total, which is represented as the top of the area chart

Area charts are problematic when trying to evaluate the trend of contribution of any segment other than the lowermost segment as each segment’s pattern is affected by the contribution of every other segment below it. See examples in Figures 10.110.5.

Chart shows recreational visits to national parks during 1966 to 2016 where 53 national parks are with 2.89B recreational visits.

Figure 10.1 A stacked area chart makes the total and the lowermost attribute (male) easy to understand but can hinder our understanding of trends for other attributes (female).

Chart shows Bermuda population growth during 1911 to 2010 on year versus population of female and male where birth increases with increase in year.

Figure 10.2 Individual area charts show trends for each National Park clearly and their proximity allows for comparisons between parks.

Graph shows what's on your dinner plate? on year versus per capita consumption in lbs ranging from 1965 to 2020 and 0 to 140 for beef, poultry, and chicken.

Figure 10.3 Individual area charts color coded by category let the audience compare differences quickly.

Chart shows marking for what percent describe themselves as teetotal? What percent said they drank alcohol in last week? and what percent said they drank alcohol on five or more days in last week.

Figure 10.4 A line chart highlights only the actual data points without the shading of the area below the line and helps to compare different categories.

Chart shows what's on your dinner plate on year from 1965 to 2018 to per capita consumption from 0 to 100 percent for beef, chicken and poultry.

Figure 10.5 A percent of total area chart gives the top and bottom area a horizontal reference line (0% and 100%), which helps identify trends.

Examples

Alternatives

Stacked Bar Charts

Purpose

Show how members of a field contribute to the total.

Description

When attributes of a field are placed above one another in a bar chart, the top of the bar represents the overall total. Stacked bars are useful for understanding the contribution of segments to the total bar. Stacked bars are most effective when they allow for comparison of common parts across multiple segments.

Stacked bar charts are best when displayed vertically and should contain no more than two to three segments. Including more segments makes the chart harder to understand and hinders meaningful comparisons between segments. See examples in Figures 10.610.11.

Chart shows growth of Irish whisky sales in USA, Ireland and other countries during 1990 to 2016 where during 1990 it was 17 percent in USA, 37 percent in Ireland, and 46 percent in other countries, et cetera.

Figure 10.6 A stacked bar chart scaled to 100% shows the contributions of two categories to the total very clearly.

Chart shows red meat and poultry consumption in USA on total consumption per capita in pounds versus percent from 0 to 100 percent.

Figure 10.7 Comparing the contribution of the white bars is difficult because their starting point depends on the differing length of the green bars.

Chart shows changing diet of America with consumption of beef is decreasing and chicken is increasing during 1965 to 2015 as 74.7 to 56.5 and 36.4 to 91.0.

Figure 10.8 Using gray reference bars sized to 100% gives your data the appearance to “fill up” the reference bars.

Chart shows secret of success of poor, middle class, and rich people on abilities, talents, connections to right people, cheating, courage, fortune, good luck, hard work, et cetera.

Figure 10.9 Vertical bars between two lines of a line chart highlight the differences between the two categories.

Chart shows growth of Irish whisky sales in USA and Ireland during 1988 to 2018 where in USA it is 3.7M and Ireland it is 0.5M.

Figure 10.10 In a line chart, trends over time become easier to see than in a bar chart and comparisons between lines can be made with ease.

Diagram shows dot plot for secret of success of poor, middle class, and rich people with percent of people responding on abilities, good education, high qualification, connections to right people, et cetera.

Figure 10.11 A dot plot moves the focus to the rank of each member within each category.

Examples

Alternatives

Diverging Bar Charts

Purpose

Show the spread of negative and positive values (e.g., customer sentiment regarding a product) or compare two attributes of a field along a common scale (e.g., male versus female by age).

Description

Diverging bar charts can be a good alternative to side-by-side bars or stacked bars. The bars point in opposite directions typically along a continuous scale (e.g., age, salary, year). When the chart splits a single field into two parts (e.g., Republican versus Democratic voters by income level), the chart is also known as a spine chart. See examples in Figures 10.1210.18.

Chart shows salaries of White House during 2016 (Obama) and 2017 (Trump) where employees/detailees and total payroll are 472, 39.8M dollars and 377, 35.8M dollars, respectively.

Figure 10.12 A diverging bar chart is useful when visualizing two opposing concepts, such as two political parties.

Graph shows Bermuda population growth during 1911 to 2010 for male and female where during 1911 males are 9,070 and females are 9,924, and during 2010 it is 31,358 and 33,701, respectively.

Figure 10.13 Labeling each bar with its numerical value makes the data more precise.

Chart shows census for question how does my personality type compare to US population with mind, energy, nature, and tactics percentage as 60, 75, 51, and 67, respectively.

Figure 10.14 Highlighting in a diverging bar chart helps bring focus to the larger segment.

Graph and chart show global intensity of migration on year versus stable intensity, year versus distant moved by migrants, and migration in and out between 10 world regions like Europe, Africa, et cetera.

Figure 10.15 Shading the area between two dots in a diverging dot plot highlights the differences between the sides effectively.

Chart shows pay distribution of Obama and Trump administrations where Trump's highest pay is 187,100 dollars and Obama's spent 4,717,827 dollars and Trump spent 3,409,261 dollars on employees.

Figure 10.16 Grouping bars that should be compared together makes analysis of differences between two or more categories easier.

Bar graph shows pay disparity by gender in White House on number of men employed per woman versus less than 55K, 55 to 85K, 85 to 115K, 115 to 145K, and greater than 145K under Obama and Trump.

Figure 10.17 A violin plot is an effective way to visualize overall distribution of data and the detailed data points.

Bar graph shows likelihood of orgasm on men versus women where heterosexual in men and women is 95 and 65 percent, gay and lesbian are 89 and 86 percent, et cetera.

Figure 10.18 Vertical lines break these bars into 10% segments and help with comparisons across categories.

As a best practice, ensure that both sides of the chart are scaled the same, otherwise the reader might misinterpret the data.

Examples

Alternatives

Filled Maps

Purpose

Proportionally shade geographical areas by a data variable; also known as choropleth maps and thematic maps.

Description

Filled maps are used when the location of the data is the most important. Map locations are predefined and data is typically displayed as a proportion of a single variable to all geographical areas displayed or as a ratio of two variables within each area.

Filled maps are a popular visual display of data as they are familiar to the average user and visually pleasing. While data of a single variable can be displayed (e.g., population), a preferred visual display would have a common baseline (e.g., income per capita). Small geographical areas can be hard to compare to larger areas on filled maps. For example, comparing the color of Rhode Island to Texas in Figure 10.19 is harder on the user and because Texas is larger, it will be perceived as darker even if the values are the same.

Map shows states having most national park visitors during 1967 to 2016 in USA.

Figure 10.19 Filled maps make it difficult to see and compare small areas to large areas, because larger regions or states typically dominate the map.

If using a single variable that is always either positive or negative (e.g., number of visitors to national parks), then hues of a single color are preferred from light to dark or dark to light. If the variable spans a common midpoint (e.g., profit above or below zero), then a diverging scale of two colors is useful to distinguish the range of colors. See examples in Figures 10.20 and 10.21.

Map shows states where most bikes are stolen with some countries shown in lighter shades and darker shades.

Figure 10.20 A single color in different levels of intensity is applied for a single metric in this filled map to show impact on different regions.

Map shows worst states to drive and best states to drive in USA with markings for rank, fatalities per 100M miles, careless driving, drunk driving, speeding, and failure to obey laws.

Figure 10.21 A diverging color palette can be used when a clear midpoint exists for the measurements in the data, such as the classification of good and bad drivers in this map.

Examples

Alternatives

There are many ways to visualize geographic data either to display distribution patterns more effectively or to give the different areas equal weight. See examples in Figures 10.2226.

Map shows land of walking dead with penalty executions in USA where Dallas county is 55 and Harris county is 126.

Figure 10.22 Bubble plots are useful for showing geographic distribution of the data. Bubbles are sized by a single, common metric.

Map shows time series tiles for time of birth on month versus year ranging from 2003 to 2015 for births broken down by geography and month.

Figure 10.23 Small multiple-tile maps present patterns over time (left to right) and throughout the seasons (top to bottom).

Chart shows household income distribution across USA less than 50,000 dollars per year and more than 150,000 dollars along with income between 50K dollars and 150K dollars in places like AK, ME, MN, SD, et cetera.

Figure 10.24 A tile map waffle chart shows each state through an equally sized square, filled according to a single metric.

Chart shows household income distribution across USA by states wise for less than 25K dollars, 25K dollars to 50K dollars, 50K dollars to 75K, 75K dollars to 4100K, 100K dollars to 125K dollars, 125K dollars to 150K dollars, 150K dollars to 200K dollars, and greater than 200K dollars through bar graph forms.

Figure 10.25 The tile map bar chart also gives each state an equally sized space and effectively highlights income distribution through colors and bar length.

Chart shows household income distribution in USA by state during 2009 to 2016 for less than 25K dollars, 25K dollars to 49.9K dollars, 100K dollars to 149.9K dollars, and greater than 150K dollars.

Figure 10.26 Multiple hexagon maps show changes over time, allocating an equally sized hexagon shape for each state.

Bubble Map

Time Series Tile Map

Tile Map Waffle Chart

Tile Map Bar Chart

Hex Map

Cartogram Map

A cartogram, as seen in Figure 10.27, is a map in which some thematic mapping variable—such as travel time, population, or gross national product—is substituted for land area or distance. The geometry or space of the map is distorted in order to convey the information of this alternate variable.1

Map shows proportional representation of each state in USA where 5 states went democratic in last Presidential election and growing birth rate, 16 states when growth rate is shrinking and 18 states went republican with growing birth rate and 12 states in shrinking birth rate.

Figure 10.27 This cartogram shows each state clearly while sizing them according to the number of electoral votes.

Donut and Pie Charts

Purpose

Donut and pie charts are designed to show how individual subsegments divide up an entire segment, typically referred to as parts-to-whole.

Description

The area of each segment represents the proportion of each segment to the whole. All of the segments added together must total 100%. If designed properly, pie charts can provide quick insight into the distribution of the data, with focus on the largest segment.

There are many drawbacks to pie charts:

  • Displaying more than a few values forces the size of each slice to become smaller, thus more difficult to compare. To avoid this, consider limiting pies to two or three slices for easy interpretation. Consider bar charts as an alternative for comparing segments.
  • Accurate comparisons are difficult, especially across multiple pie charts. It is difficult for the human eye to distinguish the area of slices of a pie. Consider 100% stacked bar charts as an alternative.
  • Pie charts require a legend or labeling, all of which takes up a lot of space. A bar chart takes up less space and does not require an additional legend to aid comprehension.
  • Comparing the size of an area is more difficult than comparing length. Consider bar charts as an alternative.

The only difference in design between a pie chart and a donut chart is that the donut chart has a hole in the middle, typically reserved for a large summary figure. In addition to the drawbacks of pie charts, donut charts force the reader to compare the length of the arcs. This is especially difficult across multiple donut charts. See examples in Figures 10.28 and 10.29.

Pie charts show representation of world population by 100 people for housing, nutrition, and water as 23, 16, and 13, respectively.

Figure 10.28 Pie charts with only two segments can show each category contribution clearly.

Chart shows census report for question who are YouTube's biggest gaming stars? which answers 20 percent of channels and 54 percent of video views where top 10 channels have 66 billion video views.

Figure 10.29 Adding large numbers in a donut chart with two segments gives exact values to each section.

Examples

Alternatives

Figures 10.3010.32 show some alternatives to donut and pie charts.

Chart shows survey report of personality as single most important characteristic in romantic partner on men versus women for personality, good looking, intelligent, sense of humor, similar interests, and decent amount of money.

Figure 10.30 A stacked bar chart sized to 100% works better than a pie or donut chart for data with more than two or three attributes.

Chart shows number of alcohol drinks consumed per week in 2016 by age percentage categorized as none, at least one, and five or more and age range from 16 to 24, 25 to 44, 45 to 64 or more than 65 plus.

Figure 10.31 A stacked bar chart with a color gradient based on a single metric works well to show results across age groups.

Chart shows rise in dominance of big four social networks like snap chat, integral, Facebook, and twitter during 2015Q1 to 2017Q3.

Figure 10.32 The difference between two lines can be accentuated by shading the area between the lines.

A heat map like Figure 10.33 focuses more on the patterns in the data and increases the data-to-ink ratio (Figures 10.34 and 10.35).

Chart shows report on arrests of NFL players since 2000 where top 5 groups are DUI/6, Lic/3, Pub/2, Rec/2, and Ass/1, and Washington Redskins is 18.

Figure 10.33 A heatmap focuses more on the patterns in the data and increases the data-to-ink ratio.

Chart shows census report answering question are Britons falling out of love with booze since 2010 for men, women, and all persons with categories drank alcohol on five or more days in last week, drank alcohol in last week, and teetotal.

Figure 10.34 Stacked bars sized to 100% and colored in two distinct colors allow for easy comparisons and show trends.

Chart shows census report for UK pet population in 2017 where 30M people have fish as pet and 20M people have other pets.

Figure 10.35 Bars sized by a specific metric clearly show which segments make the largest contributions to a total and allow for quick comparisons between segments.

Packed Bubble Charts

Purpose

Packed bubble charts, commonly referred to as bubble charts, display each attribute of a field as a circle, packed together as tightly as possible within the available space, with the size of the bubble representing the relative values of each attribute.

Description

In most cases, bubble charts provide a means to communicate two fields:

  1. What each bubble represents (categorical data like products or states)
  2. The value of each bubble scaled in proportion to every other bubble (continuous data like sales or number of customers)

Bubble charts in their simplest form have these two fields, which essentially means that the larger the bubble, the larger the value. A third field could be used for color to represent discrete data (e.g., regions) or continuous data (e.g., profit ratio). Bubble charts can be a useful way to quickly spot large outliers.

There are a few basic rules to follow when creating bubble charts.

  • If including labels, ensure they fit inside the bubble. If the label does not fit, do not display it.
  • Size the bubbles according to their area, not their diameter.
  • Use shapes that make sizes as easy as possible to compare, preferably circles rather than squares or other marks.

Drawbacks of bubble charts include:

  • Comparing the area of the circles is extremely difficult.
  • The location of the bubble is determined by the available space. Sorting is controlled by an algorithm and does not contribute to helping your end user process the view.
  • If the metric contains negative values, size cannot be used to represent the values.

Examples

Figures 10.3610.38.

Chart shows census reporting when planes are hit by animals cost of damage and how high and time of day with plots for null, minor, destroyed, none, medium, and substantial and time of day is null, dawn, day, dusk, and night.

Figure 10.36 Comparing the size of bubbles or circles is much harder than comparing bars or rectangles.

Chart shows report for what percentage are households earning in America during 2016 as less than 10,000 dollars, 10,000 dollars to 19,000 dollars, 20,000 dollars to 29,000 dollars, 30,000 dollars to 39,000 dollars, et cetera, in Alabama, Hawaii, Michigan, et cetera.

Figure 10.37 Small multiple-bubble charts are difficult to compare because the circles change their location to fill the available space.

Chart shows report answering question how much water does our food require? with water sourced from different surfaces like groundwater, incorporated by plants, et cetera.

Figure 10.38 Designing a visualization for a specific topic can be helped by deliberately placing circles and bubbles to create greater shapes.

Alternatives

Figures 10.39 and 10.40.

Graph shows most influential YouTube gaming channel on subscribers versus video views which are rated A minus or higher by social blade in scatter plot for A plus, A, or A minus.

Figure 10.39 A scatterplot is an effective way to visualize the relationship between two metrics.

Bar graph shows NBA's greatest shooter hates mid-range jump shots on shots versus feet ranging from 0 to 90 and 1 to 29 where 7 to 20 feet is labeled as short distance.

Figure 10.40 A histogram can be used to highlight how your data is distributed.

Treemaps

Purpose

Treemaps display hierarchical data in a single space that is split up into a series of rectangles. The size and position of each rectangle is determined by the proportion of a quantitative variable that each rectangle represents as part of the total quantitative variable.

Description

Treemaps are an alternative for displaying parts-to-whole data, typically where there is a hierarchical relationship in the data (e.g., a tree diagram). Each grouping of rectangles inside the treemap represents a category, with each rectangle inside each category representing the next level down in the hierarchy. The rectangles are displayed as a nested relationship. Each rectangle is sized by its proportion of the total. The rectangles are arranged via a tiling algorithm in the software that, ideally, organizes the rectangles from largest proportion to smallest. See examples in Figures 10.4110.47.

Chart shows net income Apple made during 2016 compared with other companies Apple made more than 45 billion dollars.

Figure 10.41 Treemaps with a clear focus on a single section make the key message more accessible for the audience.

Chart shows geography of high dose inhaled steroids to treat asthma across England on scale ranging from 5 percent to 61 percent in North West, North East, Yorkshire and Humber, et cetera.

Figure 10.42 Applying a diverging color palette to a treemap that is structured geographically highlights problem areas effectively.

Chart shows report for how media outlets get around saying “Groin” with new outlet, mentions, and percent of mentions with medias like new media, CBS sports, ESPN, sports illustrated, fox, and old media.

Figure 10.43 A treemap bar chart shows the ranking of each top-level segment, while providing a ranking of the subsegments within each bar.

Chart shows report giving medals won by host nation and Thailand for team discipline at Southeast Asia games during 2007 to 2015.

Figure 10.44 Bar charts that show categories over time make it easy to compare different attributes, especially when color highlighting is used.

Chart shows relationship in which men and women are and their likelihood of orgasm like 65 percent of heterosexual women are reaching orgasm and 35 percent are not, 66 percent of bisexual are reaching and 34 percent are not, et cetera.

Figure 10.45 Color highlighting to show the largest bar helps when sorting by size does not apply.

Chart shows census of restricted dietary requirements across globe for people who follow special diet in Africa/Middle East, Asia-Pacific, Europe, Latin America, and North America.

Figure 10.46 Stacked bars sized to 100% with labels for both segments provide clear and specific answers.

Chart shows USA's accounts for total employment in G-7 as 42.0 percent and other countries share are Japan 18.4 percent, Germany 11.5 percent, UK 8.8 percent, France 7.6 percent, Italy 6.5 percent, and Canada 5.1 percent.

Figure 10.47 A waffle chart focuses more on each individual segment.

The proportion each rectangle represents is determined by its area. Therefore, the larger the rectangle, the bigger the rectangle’s share of the total. Treemaps are useful for quickly understanding the overall hierarchy of the data and helping you identify which section is the largest based on its position in the chart.

Drawbacks of treemaps include:

  • Negative values are difficult to represent.
  • Comparisons of rectangles that are not next to each other is difficult.
  • Users have no control over the order of the rectangles because they are determined by the tiling algorithm.

Examples

Alternatives

Slopegraphs

Purpose

Slopegraphs, first invented by Edward Tufte, are typically used to show change between two time periods. They can also be used to show change between any two points.

Description

Slopegraphs are line charts, except they include only two periods; therefore, they ignore the time between the two periods to accentuate the change, or slope, between the two periods. Slopegraphs are useful if you want the reader to compare only the start and the end of a specific period. The ends of the lines are typically labeled, and the lines colored by either absolute change, relative change, or positive versus negative change (i.e., two colors). See examples in Figures 10.4810.53.

Chart shows Mexico's economic freedom index performance from 2012 to 2015 for summary index, size of government, legal system PR, sound money, freedom to trade Int'l, and regulation during 2013 to 2015.

Figure 10.48 Small multiple slope charts become more informative with labels for the attributes selected by the user.

Chart shows census report for girls having equivalent access to toilet in one state in India on scale of girls toilet access during 2010 to 2016 at Dadra and Nagar Haveli and three states have reduced access Meghalaya, Arunachal Pradesh, and Tripura.

Figure 10.49 Labeling only selected lines in a slope chart highlights their relevance for the message you aim to communicate.

Graph shows higher percentage of women characteristics in romantic partner on percent versus characteristics like personality, sense of humor, similar interest, intelligent, good looking, and make decent money.

Figure 10.50 Two contrasting colors work effectively to highlight increases and decreases in a slope chart.

Chart shows census report for satisfaction with transport improved since 2012 or not in Zurich, Rostock, Oslo, London, Praha, Lille, Berlin, et cetera.

Figure 10.51 Arrows show the progress of customer satisfaction between two points in time, with decreases additionally highlighted in red and increases in green.

Graph shows percent versus year standard quality whisky growth rate is increased over decades during 2000 to 2001, and 2008 to 2009.

Figure 10.52 A dot plot focuses on the position rather than the slope of the difference.

Chart shows report in changes in UK drinking habits during 2006 to 2016 in men and women categorized as teetotal, drank alcohol in last week, drank alcohol in five or more days, et cetera.

Figure 10.53 Connecting individual dots to lines in the direction of change between two points in time shows each age group’s development over time.

Other common use cases for slopegraphs include:

  • Comparing the difference between two data populations
  • Comparing the rank of two data populations
  • Comparing the proportion of two data populations

Examples

Alternatives

Connected Scatterplots

Purpose

Connected scatterplots show two variables in a scatterplot and connect the points as a line over time.

Description

Connected scatterplots are nothing more than scatterplots with each data point in the scatterplot represented along a time dimension. One data variable is on each axis, a single dot is displayed for each member of the time series, and the dots are connected via a line in the sequence of the time series. These charts are useful for identifying correlated movement patterns between the two variables. See examples in Figures 10.5410.61.

Graph shows report of more extremely rich and less poor ones in USA on percent of households with annual income above 200k USD versus percent of household with annual income below 10k USD.

Figure 10.54 A scatterplot with a line connecting the dots of each attribute over the years shows most states progressing to more households being in higher income brackets.

Graph shows online travel agents disappearing as online hotel revenue soars on hotel revenue versus travel agents.

Figure 10.55 Clearly labeling the start and end point of a line in a connected scatterplot accentuates the development over time.

Chart shows report for wealth inequality in USA for choose starting year during 1917 to 2012 and choose top N percent as top 0.1 percent.

Figure 10.56 While this connected scatterplot shows dramatic changes over the years, the start and end point of the data are fairly close together as highlighted by their labels.

Graph shows percent of adults aged 18 years and older having obesity in California and Florida from 2011 to 2015 ranging from 23.8 to 24.2 and 26.6 to 26.8, respectively.

Figure 10.57 A simple line chart focuses your audience’s attention on the trends over time.

Chart shows report for wealth inequality in USA for top 1 percent hold 41.8 percent and bottom 90 percent holds 22.8 percent during 1917.

Figure 10.58 Adding vertical lines or bars between two lines accentuates the magnitude of the difference between the two lines.

Chart shows census report on change in gold and oil prices during 1983 to 2017 where oil rate is low and high as 10.42 dollars and 140.00 dollars and gold rate is high as 1,813.50 dollars and low as 254.80 dollars.

Figure 10.59 A diverging area chart with a common baseline can be effective for showing the different trends of two attributes over time.

Graph shows projected electoral vote by date based on state by state polling during period of Clinton and Trump of April to October 2016.

Figure 10.60 A diverging line chart highlights the differing or similar patterns of two attributes across the same variable.

Chart shows report displaying what we look for in partner as more important to men, more important to women and overall important points like personality, intelligent, income, et cetera.

Figure 10.61 This dot plot highlights criteria that are more important for women compared to men and also indicates the overall importance.

If it is difficult to follow the sequence of the line and/or no overall pattern emerges, consider an alternative visualization.

Examples

Alternatives

Circular Histograms

Purpose

A circular histogram is used for displaying data around a circle as a series of bars with the bar length representing a data variable. See examples in Figures 10.6210.68.

Chart shows average temperature by state wise in USA during 1900 to 2016 on scale ranging from minus 9.0F to plus 11.9F.

Figure 10.62 Changes over time are shown in a clockwise order in this circular histogram, which displays all the data at one time.

Chart shows Australia's gender disparity with alphabetically and salary difference plotting inside which number of women getting paid more than men is provided inside circle with several lines around it.

Figure 10.63 This circular histogram highlights outliers in the data with lines that are far longer than most other lines.

Chart shows circular time plot for participation of black in MLB during 1947 (0.9 percent), 1981 (18.7 percent), and 2016 (6.7 percent).

Figure 10.64 With bar length representing the magnitude of black participation, and labels for key points in time, this circular histogram clearly indicates changes over the years.

Chart shows census for global peace index on world's leading measure of peacefulness in Asia, Africa, South America, North America, Europe, and Australia during 2010 to 2015.

Figure 10.65 Line charts can be used to effectively show patterns in the data across multiple regions at once.

Chart shows census report showing no doubt global temperature is on rise from 1850 to 2000 every month and how it has raised every year.

Figure 10.66 Giving the audience multiple visualizations of the same data provides a comprehensive picture of trends, changes, and key findings.

Chart shows report for Australia's Gender pay gap difference between women and men on top 50 highest earning occupations from 0 dollars to 600,000 dollars.

Figure 10.67 Shading the area between two data points highlights the differences between two attributes.

Chart shows report on ozone daily AQI values in Los Angeles taking highest values on year versus month with scale ranging from minimum to maximum.

Figure 10.68 Seasonal trends and changes over time are easy to spot in a heatmap coloring values by a single variable.

Description

Circular histograms are similar to time series bar charts, except the bars extend outward from the edge of an inner circle. For easiest comprehension, begin the plot at the 12 o’clock position and continue clockwise around the circle in chronological or continuous order. Circular plots can also be used for comparing two elements of a single field or for ranked data. The bars should be spaced so that the number of bars wraps entirely around the inner circle once.

Drawbacks of circular histograms include:

  • Patterns can be difficult to identify.
  • Comparing the length of bars that are not next to each other is challenging.
  • It is confusing for readers who are unfamiliar with the chart type.

Examples

Alternatives

Radial Bar Charts

Purpose

Radial bar charts are bar charts plotted on a polar coordinate system.

Description

Similar to a bar chart, radial bar charts are used for showing comparisons of categorical data elements. Radial bar charts are most effective when they represent parts-to-whole relationships with the radial chart starting and ending at 12 o’clock as the 0% and 100% marks. The bar should be sorted from outside to inside from the largest value to smallest value. See examples in Figures 10.6910.74.

Pie chart shows America's biggest bandwidth hogs as Netflix 37.1 percent, other 35.8 percent, YouTube 17.9 percent, http 6.1 percent, and Amazon video 3.1 percent.

Figure 10.69 Radial bar charts can be easy to understand but can distort the viewer’s perception of the data.

Pie chart shows employment growth in G-7 countries as USA 42.0 percent, Japan 18.4 percent, Germany 11.5 percent, UK 8.8 percent, France 7.6 percent, Italy 6.5 percent, and Canada 5.1 percent.

Figure 10.70 While the outer bar dominates this view, the chart provides an overall impression of each bar’s contribution to the whole.

Chart shows America's biggest bandwidth Hogs for what data says and what we all think on 37.1 percent of Netflix, 25.4 percent others, 6.1 percent http, 2.8 percent iTunes, et cetera.

Figure 10.71 Straight rectangular bars are more effective because they do not require the audience to interpret the curvature of the bars as in a radial bar chart.

Chart shows census report for connections to right people or hard work for low income, mid income, and high income people with hard work, good education, presence of initial capital, et cetera.

Figure 10.72 A dot plot with shading that indicates the minimum and maximum value shows the spread of the data as well as the value of each attribute.

Chart shows census report of what percentage of Americans do not do savings by age as young millenials 88 percent, older millenials 83 percent, young gen hers 79 percent, et cetera.

Figure 10.73 Connecting the data points in a dot plot with a line shows the spread of the data. Adding nonselected data as small gray circles provides context.

Chart shows report on what do we eat in regions Africa, Asia-pacific, Europe, Latin America, and north America eating vegan, kosher, wheat, lactose, halal, low fat, et cetera.

Figure 10.74 A unit chart sized to 100% is easy to understand and can be enhanced with large numbers showing the actual value for each age group.

Drawbacks of radial bar charts include:

  • Comparisons are more difficult than with a regular bar chart, because curved bars are harder to compare to each other than straight bars
  • Bars on the outside use more data ink than an arc on the inside of a similar percentage, thus looking longer

Examples

Alternatives

Resources

Below is a list of resources that we often use for charting best practices and charting ideas. These resources provide a short description of the chart’s purpose and the type of data that is best suited for the chart.

Summary

The number of chart types available to display data can be overwhelming. After reading this chapter, you should have a better grasp of which charts to use in which situations and have gained inspiration from the visualizations we provided and their alternatives. This chapter does not cover all types; rather it is focused on those that are not discussed as often in the data visualization community. Some of the charts might be considered controversial or unconventional; however, we have provided well-executed examples that demonstrate when these charts can work.

Trying new chart types will help you learn by forcing you to develop new skills and techniques. Ultimately, the process of continuous learning will make you better at communicating information, it will develop your data visualization knowledge, and it will help you become a better data analyst.

Note

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.133.32