DataViz Makeover 2

A critique and proposed makeover of the data visualisation created by a research team to understand the willingness of the public on COVID-19 vaccination. The data used by the research team was obtained from Imperial College London YouGov Covid 19 Behaviour Tracker Data Hub hosted at Github (https://github.com/YouGov-Data/covid-19-tracker).

Published

Feb. 14, 2021

Citation

Wong, 2021

Overview

A. Critiques

Clarity

  1. The title of the 100% stacked bar chart on the left is misleading as the visualisation does not show which country is more pro-vaccine clearly. Viewers may not be able to understand intuitively what the surveyees were agreeing or disagreeing to.
  2. While it is pleasant that the right bar chart has been sorted in descending order to allow better reading experience, the order of the countries on the y-axis of both bar charts are not synchronised - the chart on the left is sorted alphabetically. viewers may be confused as to why the 2 charts are placed side by side, and they may second-guess whether the author is trying to make some sort of comparison.
  3. The right bar chart is essentially just the extraction of the percentage of “strongly agree”, which has already been shown in the 100% stacked bar chart on the left. To achieve the same intent, the left bar chart could have been sorted in descending order by the “Strongly agree”, and with the “Strongly agree” bars aligned to the left - against the y-axis. Viewers may be confused by the redundant chart created.
  4. The rationale as to why the focus is only on those who strongly agreed is unclear. “Agree” is also a positive response to the willingness to get vaccinated.
  5. The confidence interval, which is the margin of error that tells reader how much the survey results would be reflective of the view of the overall population, is missing. Viewers should be kept informed.
  6. The legend shows only “strongly agree” and “strongly disagree”. It is up to viewers’ own interpretation of what the other 3 colours are referring to.
  7. The Likert scale used is rather unconventional. The ratings/ score is usually assigned in a progressive manner, i.e. higher rating denotes better or more positive response than the preceding value. The case here is opposite where “1” is assigned to “Strongly Agree” and “5” being assigned to “Strongly Disagree”.

Aesthetics

  1. The word “vaccine” on the title of the left bar chart is misspelt as “vacinne” - not what viewers would expect from the English standard of research scientists from Imperial College London.
  2. It is not clear what the legend title “Vac 1” is referring to.
  3. The numbers on the legend is redundant as what really matters is to explain what each bar colour represents.
  4. The colour scheme used in the left bar chart helps viewers to easily identify the different segments in the stacked bar chart. However, the colour choice could be further improved. For example, red typically denotes negative sentiment while green for positive sentiment. Therefore, the use of red for “not sure” and green for “strongly disagree” is not ideal.
  5. While it is a commendable effort to zoom in on the “strongly agree” with the bar chart on the right to allow the viewers to understand the percentage of the survey population who strongly agree to vaccination, which explains the un-synchronised x-axis scale, it is unfortunate that the x-axis maximum bound ended abruptly at “60%”. As a result, viewers may not be able identify the percentage value for United Kingdom.
  6. Names of countries are proper nouns and so the first letter of the names of countries should always be capitalised.

B. Proposed Improvement and Data Visualisation

Clarity

  1. The chart title should be changed to better reflect the survey question asked. Since there are other questions asked to
  2. If 2 charts of similar y-axis are to be placed side by side, the order of the countries should be synchronised.
  3. Since the bar chart on the right is essentially redundant, replace it with an error bar on dot plot chart to help viewers visualise the uncertainty.
  4. Include the missing legend names for rating 2 to 4, i.e. 2 = Agree, 3 = Neutral, 4 = Disagree

Aesthetics

  1. Visualise the Likert scale survey using diverging stacked bar chart. It helps viewers to better visualise the sentiments or desires of the surveyees with a common vertical baseline.
  2. Recode the names of countries to capitalise the first letter.
  3. Improve the colour scheme to group similar responses together, e.g. different shade of the same colour for “Strongly Agree” and “Agree” to denote similar sentiment.
  4. Remove the legend title as the legend itself is self-explanatory.

Proposed Data Visualisation

C. Data Visualisation in Tableau

The interactive dashboard created could be found here.

D. Preparation of Data Visualisation

1. Data Preparation

2. Loading of Data

3. Creating Diverging Stacked Bar Chart

4. Creating Error Bar on Dot Plot Chart

5. Creating the Dashboard

E. Observations

  1. From the comparison of the 2 survey responses above, i.e. “If a Covid-19 vaccine were made available to me this week, I would definitely get it” and “I am worried about getting COVID19”, it could be observed that a number of countries are in dilemma. For example, while Japan worries the most about contracting COVID-19, they are also worried about getting vaccinated in both near and far future. In fact, they are extremely worried of the potential side effect of the vaccine that and the trust in government as shown. This is rather surprising as Japan was never known to be more “kiasi” or worrisome than Singapore, but from the data it is clear that Japan is the worst. Not only are they afraid of COVID-19, they are also afraid of being affected by the potential side effects to the point that they will not consider getting vaccinated 1 year later. Another country with such observation is France. It is a relief that while Singaporeans are afraid of COVID-19 and the vaccine, at least they have a government that they trust (backed by data).

  1. It could be observed that United Kingdom, Denmark, and Israel are very enthusiastic about getting vaccinated. This is due to the fact that they have government who they trust

  1. Globally, there are less margin error in the responses of those who are full time employed and retired for all questions. The margin of error observed on those who are not working, unemployed, and part time employed are wide. This shows the respondents who are working or have worked are mostly consistent in their responses and their responses are much more representative of the real population.

Distill is a publication format for scientific and technical writing, native to the web.

Learn more about using Distill at https://rstudio.github.io/distill.

Footnotes

    Citation

    For attribution, please cite this work as

    Wong (2021, Feb. 15). Dylan's DataViz Blog: DataViz Makeover 2. Retrieved from https://dylanwong.netlify.app/posts/2021-02-15-dataviz-makeover-2/

    BibTeX citation

    @misc{wong2021dataviz,
      author = {Wong, Dylan},
      title = {Dylan's DataViz Blog: DataViz Makeover 2},
      url = {https://dylanwong.netlify.app/posts/2021-02-15-dataviz-makeover-2/},
      year = {2021}
    }