DataViz Makeover seeks to analyze a graph and provide an improved visualization of it. In the third and final DataViz Makeover, I will be looking at The Armed Conflict Location & Event Data Project (ACLED) that collects information on all reported political violence and protest events around the world.. For this visualization, I will be focusing on the South-East Asia Region.
The original visualizations displays data from The Armed Conflict Location & Event Data Project, which collects information on all reported political violence and protest events around the world. Data can be extracted from the following link. A screenshot of the data visualization that will be madeover is provied below:
1. Scale of y-axes of graphs is not consistent: The y-axes of the line graphs on the right of the visualization are not adjusted to the same scale, which impedes comparability of information across the line graphs. As seen in Figure 1, the scale of ‘Riots’ is up to 20 whereas the scale of ‘Battles’ is up to 700. Even though the disparity is big, the line graphs do not show this disparity due to the lack of a consistent scale. As seen in Figure 1, in year 2018, the user is misled into interpreting that the armed conflict event type with the highest count is ‘Riots’ as it has the highest peak, but the count of ‘Riots’ is actually the lowest compared to the other event types.
2. Labels of y-axis on the line graphs is unclear: The line graphs in the visualization are labelled as ‘Count of Sheet1’. As it is unclear what ‘Sheet1’ refers to, the y-axes can be more clearly labelled to represent the information that the data points illustrate.
1. Good usage of color legend to represent different event types: Points on the map are represented in different colours based on their event type, making it easy for the user to differentiate points on the map by their event type.
2. Lack of consistency in colors of the legend across graphs in the dashboard: In the map, a color legend is used to indicate the event type, where blue is used to represent the event type ‘Battles’. However, in the line graph, the same blue is used to represent all event types.
1. Tooltips on the map gives code that users cannot directly interpret from the graph and are meaningless to the user: Ideally, a visualization should be able to stand on its own, allowing the user to fully understand the visualization without using an external codebook. However, the tooltip over the map contains ‘Latitude’ and ‘Longitude’, which require a user to refer to a user would need to refer to a codebook to interpret the name of the town where the event took place.
2. Redundant information is provided through the tooltip: The tooltip over the map contains ‘Event ID Cnty’ which is redundant as these ID numbers are arbitrary and are generally for the purpose of database management. The ID is thus not useful to the user and should not be provided in the tooltip. Another case of redundancy is the tooltip over the line graph which contains ‘Year of Event Date’. As users can clearly interpret from the x-axis of the graph which year each data point refers to, supplementing the information on ‘Year of Event Date’ in the tooltip is redundant.
With respect to the earlier critics, the following suggestions have been made:
1. Combining lines onto the same graph: Instead of using different rows for each event type, I will be combining all event types onto the same graph differentiated by colour. This will enhance compariability between event types of a country.
2. Improvement of graph labelling: To avoid ambiguity, all graphs will be labelled clearly.
1. The same colour legend will be used across graphs in the visualization: A consistent color scheme differentiating event type will be used across graphs in the same visualization where applicable.
1. Provide information that is meaningful to the user: Instead of providing ‘Latitude’ and ‘Longitude’, I would provide the name of the town to the user.
2. Remove redundant information provided in the tooltip: The tooltip should be concise, providing information that adds value to the user’s interpretation of the visualization. Hence, both the ‘Event ID Cnty’ and ‘Year of Event Date’ from the tooltip.
In addition, the following enhancements will be made:
1. Map for summary statistics: Another map will be added to provide aggregate summary statistics for every country. This gives the user higher level information on the severity of political violence and protests in the region.
2. Provision of more useful information in the tooltip: Besides the corrections mentioned above for interactivity, additional descriptors will be provided in the tooltip.
The proposed alternative data visualization is as follows:
As seen in Figure 2 above, the final dashboard contains 3 visualizations - 2 maps and 1 line graph. The maps help to provide a regional and country overview of the political violence and protests, whereas the line graphs provides greater insight into the progression of these events over time for a country.
The visualization is available in the following here.
After extracting the data for South-East Asia into a .csv file, we must filter the data for years 2015 to 2020, which can be done in Excel before importing the dataset into Tableau. Sorting the rows of the dataset in descending order according to the column Year would place the rows for years 2010 to 2014 at the bottom of the dataset. These rows can be selected and deleted so that only years 2015 to 2020 remain. Subsequently, the dataset can be imported into Tableau.
Create a new worksheet by clicking on New Worksheet at the bottom pane, and name it as Country Map.
2.1.1 Adding Elements to the Map
2.1.2 Inserting Filter for Country
2.1.3 Formatting the Title
2.1.4 Formatting the Tooltip
2.1.5 Screenshot of the completed worksheet
With that, the worksheet has been completed. A screenshot of the worksheet is below.
Create a new worksheet by clicking on New Worksheet at the bottom pane, and name it as Region Map.
2.2.1 Create Calculated Fields for Every Event Type
For the tooltip to display the count of every event type, calculated fields can be utilized. - To create a calculated field, select the down arrow on the top of the left pane > Create calculated field… - Name the calculated field as Battles with the formula in
2.2.2 Adding Elements to the Map
2.2.3 Formatting tooltip
2.2.4 Formatting title of the worksheet
2.2.5 Screenshot of the completed worksheet
With that, the worksheet has been completed. A screenshot of the worksheet is below.
Create a new worksheet by clicking on New Worksheet at the bottom pane, and name it as Line Graph.
2.3.1 Create Calculated Fields for Every Event Type
For some countries, the event type can be 0 in some years. If we were to plot the event type, the line graph will be discontinuous, such as in the figure below. Thus, a calculated field needs to be created to insert a value of 0 for the years where there is 0 count for an event type, so that a continuous line graph can be plotted.
2.3.2 Adding Elements to the Graph
2.3.3 Inserting Filter for Country
2.3.4 Formatting the Graph
2.3.5 Screenshot of the completed worksheet
With that, the worksheet has been completed. A screenshot of the worksheet is below.
From 2015 to 2020, the total armed conflict events that happened in a country was highest for the Philippines and lowest for Laos: From the Region map, based on the color scale, we can infer that the total events is highest in the Philippines which has the deepest shade whereas Laos has the lowest number of events as it has the lightest shade.
From 2015 to 2020, the Philippines had the highest fatalities to armed conflict ratio: Observing the summary statistics in the Region map, Philippines stands out for its high fatalities to armed conflict ratio. Every other country had a fatality count that is lower than the armed conflict count. However, Philippines had a higher fatalities count than armed conflict count. A screenshot of the statistics for Philippines is given below:
The second exception is Myanmar, where it can be observed that Battles are concentrated in the Western and Eastern sides of the country while Protests are concentrated in the central to Southern parts of the country. Battles are concentrated in the provinces of Shan and Rakhine, whereas Protests are concentrated in provinces like Yangon, Ayeyarwady, Magway and Mandalay. A screenshot of Myanmar is provided below.