DataViz Makeover 3

A makeover of the data visualisations on Armed Conflict in Southeast Asia.

Author

Affiliation

Yi Heen, Boey

 

Published

March 8, 2021

DOI

1 - Critique the visualization

The Original Visualization (with Markups)

Figure 1: The Original Visualization (with Markups)

1.1 Clarity

S/N Comments Suggested Improvements
C1 Points are plotted all across the map and it can hard to get a sense of severity or the number of incidents in each area. Scale the points by size (e.g. Number of casualties) and make them transparent so underlying points can be seen. (Proportion Symbol Map).
C2 The line-plots all have different vertical scales which can make it hard to compare event counts across different categories. Explore plotting them all on one graph on the same axis with color coding. This allows users to compare the counts across different event types as well. Doing this will free up space to add another chart. Fatalities by event type, but converted to a logarithmic scale
C3 Horizontal axis labeled as ‘Event Date’ but events are plotted on a ‘Year’ axis. Change axis label to ‘Event Year’
C4 The vertical axis label ‘Count of Sheet1’ does not convey any meaningful message Replace the label with ‘Event Count’

1.2 Aesthetics

S/N Comments Suggested Improvements
A1 No vertical gridlines on line plots. This makes it hard to read the plots when they all share the horizontal axis at the bottom. Include vertical gridlines to allow users to clearly identify the year in which the points are plotted
A2 Points are only colour coded and hard to tell apart when overlapping and scrunched together. Points should also be scaled by size and translucent so that overlapping points are not lost
A3 Colours on the legend are not consistent throughout the dashboard. For consistency sake, the line plots should have the same colour as the points on the map.

1.3 Interactivity

S/N Comments Suggested Improvements
I1 The map visualization is re-centered whenever the dashboard is filtered by another country. This allows the user to quickly focus on events and locations in said country. However, it can be hard to identify events that spill-over from neighbouring countries or along borders. Change filter to allow multiple selections. Continue using the function where map re-centers around the filtered area.
I2 There are a lot of data points that are unused from the dataset that can be plotted on the map such as ‘sub-event type’ or ‘actors’ Create a tooltip to incorporate these data points.
I3 There is no way to filter by ‘Event date’ this could be important information to see if events on the map are changing over time. Add in filtering by ‘event date’

2 - The suggested visualization

The proposed design is as follows.

The proposed data visualization with improvements)

Figure 2: The proposed data visualization with improvements)

3 - The Visualization process

The Data Source used is from the The Armed Conflict Location & Event Data Project (ACLED). The data can be found here.

3.1 Steps taken for first visualization (Map)

  1. Download data file with an .xlsx file format.

  2. Load file into Tableau Desktop

  3. Check and ensure that data-types for geographical information are correctly identified.

Ensuring Lat/Long attributes have geographical roles)

Figure 3: Ensuring Lat/Long attributes have geographical roles)

  1. Drag the longitude and latitude fields on to the column and row shelves respectively.
Creating the map

Figure 4: Creating the map

  1. Drag Event Type and Event Id Cnty to the Marks card.
Plotting the points

Figure 5: Plotting the points

  1. Drag Fatalities to the size and make the measure a SUM. Increase the size of the marks
Scaling the size of points by fatalities

Figure 6: Scaling the size of points by fatalities

  1. Change the range of the size legend from 0 - 243 to 0 - 250 to have consistent ranges.
Creating a consistent legend

Figure 7: Creating a consistent legend

  1. Rename the title of the size legend from SUM(Fatalities) to Number of Fatalities

  2. Decrease the opacity of the circles in the colour menu from 100% to 50% to allow overlapping points to show.

Making the circles partially transparent

Figure 8: Making the circles partially transparent

  1. Drag the Event Date on to the filter pane. Select Years as filter method and select all for filtering.
Creating a Year filter for events

Figure 9: Creating a Year filter for events

  1. Drag Country on to the filter pane. Select all countries for filtering.

  2. Drag Event Type on to the filter pane. Select all types for filtering.

  3. Drag Sub Event Type on to the filter pane. Select all types for filtering.

  4. Drag Admin1 on to the filter pane. Select all types for filtering.

Adding all the other filters

Figure 10: Adding all the other filters

  1. Show the Country, Admin1, Event Type and Sub Event Type filters . Change filter type to Multiple Values (Dropdown) in order to better manage space in the dashboard.
Showing and decluttering the filters created

Figure 11: Showing and decluttering the filters created

  1. For Admin1, change the display criteria to ‘Only Relevant Values’. This will make it only show data points relevant to the selection of other filters. e.g. only show Admin1 values relevant to Cambodia when country is filtered by Cambodia.
Adding the State filter and only showing values to selected country

Figure 12: Adding the State filter and only showing values to selected country

  1. Rename the filter Admin1 to State

  2. Show the YEAR (Event Date) filter.

Exposing filters to users

Figure 13: Exposing filters to users

  1. Include Sub Event Type, Actor 1, Assoc Actor 1, Actor 2, Assoc Actor 2, Event Date, Country, Admin1 into the tooltips
Adding more information into tooltips

Figure 14: Adding more information into tooltips

  1. Reformat the tooltip into three distinct parts ‘Event Details’, ‘Event Location’ and ‘Involved Parties’
Reformatting the tooltips

Figure 15: Reformatting the tooltips

  1. Rename the visualization to Armed Conflict Location & Event in < Country>, <YEAR(Event Date)>
Renaming the visualization

Figure 16: Renaming the visualization

3.2 Steps taken for second visualization (Line Graph)

  1. Create a new sheet.

  2. Drag Sheet1(COUNT) to the rows shelf

Populating the graph

Figure 17: Populating the graph

  1. Drag event type on to colour on the marks card.
Color coding the graph

Figure 18: Color coding the graph

  1. Drag Year to the columns shelf
Plotting the line plots against year

Figure 19: Plotting the line plots against year

  1. Rename vertical axis as Number of Events

  2. Create a new sheet Event Count Tooltip

  3. Drag Sheet1(COUNT) to the columns shelf and the marks card.

  4. Drag Country to the rows shelf

Populating the data points for the tooltip

Figure 20: Populating the data points for the tooltip

  1. Rename the horizontal axis as Number of Events
Renaming the axis

Figure 21: Renaming the axis

  1. Add in sheet as tooltip in the original visualization. Tooltip will show breakdown of event counts by country for each given event type.
How the tooltip and formatting looks like

Figure 22: How the tooltip and formatting looks like

  1. Rename chart as Event Count
Renaming the chart

Figure 23: Renaming the chart

3.3 Steps taken for third visualization (Line Graph)

  1. Duplicate the previous sheet for event counts.
Duplicating the previous visualization

Figure 24: Duplicating the previous visualization

  1. Replace Sheet1(COUNT) with SUM(Fatalities) on the rows shelf
Replacing attributes: Count of events with sum of fatalities

Figure 25: Replacing attributes: Count of events with sum of fatalities

  1. Rename vertical axis as Fatalities’ and change to logarithmic to prevent the graph from being distorted
Renaming the axis and changing the scale to log

Figure 26: Renaming the axis and changing the scale to log

  1. Create a new sheet.

  2. Drag Fatalities to the columns shelf and the marks card and Drag Country to the rows shelf

Creating a second visual tooltip

Figure 27: Creating a second visual tooltip

  1. Add in sheet as tooltip in the original visualization. Tooltip will show breakdown of fatalities by country for each given event type.
How the tooltip and formatting looks like

Figure 28: How the tooltip and formatting looks like

  1. Rename chart as Number of Fatalities
Renaming the chart

Figure 29: Renaming the chart

3.4 Steps taken for fourth visualization (Data Table)

  1. Drag Sheet1(COUNT) to text on the marks card
Creating a data table

Figure 30: Creating a data table

  1. Drag country to the rows shelf
Breaking down the data table by country

Figure 31: Breaking down the data table by country

  1. Rename visualization to Events by Country
Renaming the chart

Figure 32: Renaming the chart

  1. Hide field labels for rows
Removing redundant field label

Figure 33: Removing redundant field label

3.5 Steps taken to create dashboard

  1. Create new dashboard tab

  2. Change the size of the dashboard from fixed to automatic

Changing dashboard size setting

Figure 34: Changing dashboard size setting

  1. Drag the map on to the dashboard
Putting the map visual on the dashboard

Figure 35: Putting the map visual on the dashboard

  1. Drag the event count visualization to the right of the map
Putting the event count visual on the dashboard

Figure 36: Putting the event count visual on the dashboard

  1. Place the fatalities visualization to the bottom of the event count visualization
Putting the fatalities visual on the dashboard

Figure 37: Putting the fatalities visual on the dashboard

  1. Drag the events by country data table to the bottom right corner.
Putting the event count data table on the dashboard

Figure 38: Putting the event count data table on the dashboard

  1. Synchronize filters to apply across all visualizations
Changing filters to apply across all visuals

Figure 39: Changing filters to apply across all visuals

  1. Dashboard is complete.

4 - The improved data visualization

The completed visualization is as follows.

The Completed dashboard

Figure 40: The Completed dashboard

The Completed dashboard with a visual tooltip on fatalities displayed

Figure 41: The Completed dashboard with a visual tooltip on fatalities displayed

The Completed dashboard with a visual tooltip on event count displayed

Figure 42: The Completed dashboard with a visual tooltip on event count displayed

The interactive dashboard is uploaded onto Tableau Public Server and can be found here.

5 - New Insights

5.1 Myanmar, Philipines and Thailand are the deadliest countries

Location of the most deadly events

Figure 43: Location of the most deadly events

As seen by the diagram, Myanmar, Philipines and Thailand are indicated by the blue arrows. These are areas in which there are the highest concentration of circles and more importantly - big circles. This means that events in these countries usually result in a huge loss of life.

Comparatively, countries like Vietnam have relatively minor events compared to these countries.

5.2 The single deadliest event happened in Myanmar

The deadliest event

Figure 44: The deadliest event

The single deadliest event happened in the Rakhine state in on 28 August 2017. On that day 243 people died in a clash between the Myanmar military and the Rohingya muslims. The violence against the Rohingya muslims are well known and commonplace. In fact, almost all of the violence against civilian events in the Rakhine state were carried out against the Rohingya civilian muslims.

5.3 Indonesia: Many protests but protests are barely fatal.

Indonesia's Events over the years and locations

Figure 45: Indonesia’s Events over the years and locations

As can be seen in the event counts line graph: Protests are by far the most common events in Indonesia and the number of protests have grown considerably in the second half of the decade and even surpassing 1000 in 2020 (as seen by the orange arrows). Deaths associated with protest events however are always considerably rare. The deadliest year of protests only resulted in 5 deaths (2015). On good years, protests have resulted in zero deaths - including the peak year of 2020.

From the map, we can also observe an intersting sign - Kalimantan has least events and fatalities (blue arrow). Compared to the rest of the states like Papua, Java, Aceh and Sulawesi (red arrows), Kalimantan rarely has armed conflicts (as seen by the relatively fewer number of circles) and even if there are events, they usually do not result in massive loss of lives (circles present in Kalimantan are small).

5.4 WMD are used only in a few countries

As identified in 5.1, Thailand, Mynamar and Philipines are the countries where most deaths occur. This could be partly due to the use of explosives/remote violence in these events. Looking at the sub-event types (called out in the dropdown list), these events usually involve weapons that can harm many people at once and can be termed as what we call weapons of mass destruction (WMD).

WMD events over the years and locations

Figure 46: WMD events over the years and locations

These events are usually conducted by 2 main actors.

  1. The state against civilians. The listed countries generally do not have any qualms against using military grade equipment such as air or artillery strikes against civilians. These usually results in huge loss of lives as civilians barely have any power to retaliate.

  2. Armed militia groups or terror groups. There are groups within these countries with access to sophisticated weaponry (think lax gun control laws). Such groups can range from Abu Sayyaf in the Philippines to the JAD in Indonesia to the Malay Muslim Separatist in the Thai border near Malaysia.

5.5 Spike in 2016 deaths and events caused by data from Philipines

Correlating numbers to Phillipines data

Figure 47: Correlating numbers to Phillipines data

Phillipines spike in 2016

Figure 48: Phillipines spike in 2016

Data from Phillipines was not made available until 2016. It was also that year where Philipines almost singlehandedly contributed to the entire death count caused by violence to civilians and battles. This could be attributed to President Duerte taking office in June 2016 and declaring a drug war. The violence to civilians could be collateral damage and battles could be with drug gangs resisting against the crackdown.

This could mean that the number of events and fatalities before 2016 could be even higher had data from Philippines been made available. Following the addition of Phillipines to the dataset, deaths due to violence towards civilians and battles from Phillipines remained the highest until 2019 where the conflict between the Rohingya muslims and the Myanmar government intensified in the Rakhine state.

Numerous deadly events in Rakhine in 2019

Figure 49: Numerous deadly events in Rakhine in 2019

Footnotes