How do you pick the right chart for your data when you have dozens of options and a boss who hates complicated visuals? Data visualisation is about turning numbers into a story that anyone can understand at a glance, and for the DA0-002 exam, you need to know which chart does what job without falling for common traps. This chapter covers the core principles of design and the specific chart types you will be tested on, so you can confidently match the right visual to the right data question.
Jump to a section
A simple way to picture Data Visualization Principles and Chart Types
Because you want to serve a meal that your guests can actually enjoy, you first consider their tastes, the occasion, and what ingredients you have. This leads you to select the right dish for each course – a light starter, a hearty main, a refreshing dessert – rather than serving everything in a single bland soup.
In data visualisation, your guests are your audience (like executives, analysts, or customers), the occasion is your message (like sales growth or system errors), and your ingredients are your dataset. If you use a pie chart to show changes over time, it is like serving dessert when everyone expects the main course – it might taste good, but it won’t satisfy the real need. A line chart for time trends is like a perfectly roasted chicken: familiar, clear, and exactly what the situation calls for. A bar chart comparing categories is like a platter of different canapés – each one distinct and easy to compare. A scatter plot for showing relationships between two variables is like a tasting menu where each small plate reveals a new combination.
Just as a good host doesn’t serve every dish on the same plate, a good data analyst doesn’t use one chart type for everything. The principle of “chart selection” is about matching the data’s story with the chart’s strength, so your audience gets the message quickly and without confusion.
Data visualisation is the process of turning raw data into a graphical format, such as a chart, graph, or map, so that patterns, trends, and outliers become immediately obvious. For a beginner, think of it as translating a spreadsheet of numbers into a picture that tells a story. The CompTIA Data+ (DA0-002) exam expects you to know not just the names of chart types, but the principles behind why you choose one over another.
Why do we need data visualisation? Without it, you are stuck looking at rows and columns of numbers. Our brains are much better at processing patterns in images than in tables. A line chart can show a sales trend over five years in a single glance, whereas a table of monthly sales figures would require careful reading and mental maths. Visualisation also helps you spot anomalies – for example, a sudden spike in website errors might be invisible in a list but jumps out on a bar chart.
Core design principles
Before picking a chart, you must apply three fundamental design principles:
Clarity: The chart must be easy to read. This means avoiding unnecessary decorations (often called “chartjunk”), using clear labels, and choosing colours that contrast well. For the exam, remember that a simple, clean chart is almost always better than a fancy one.
Accuracy: The visual must represent the numbers truthfully. For example, bar charts should always start at zero on the vertical axis, otherwise the differences between bars can look exaggerated. This is a classic exam trap – they will show you a bar chart with a non-zero baseline and ask what is wrong.
Consistency: Use the same colour for the same category across multiple charts in a report. If you use blue for ‘Product A’ in one chart, do not switch to green for ‘Product A’ in the next. Consistent design helps your audience follow the story.
Common chart types and their use cases
The DA0-002 exam tests your ability to match a chart type to a specific scenario. Here are the main ones:
Bar chart: Used to compare quantities across different categories (e.g., sales by region). Bars can be vertical or horizontal. Horizontal bars are best when category names are long.
Column chart: Essentially a vertical bar chart. Use it for comparing items over time (e.g., monthly revenue).
Line chart: Ideal for showing trends over a continuous period (e.g., stock price over weeks, temperature over hours). Time always goes on the horizontal (x) axis.
Pie chart: Shows parts of a whole (e.g., market share percentages). Only use it when you have a small number of categories (usually fewer than six) and the total adds up to 100%. Avoid pie charts for comparing many small slices – they are hard to read.
Scatter plot: Displays the relationship between two numerical variables (e.g., advertising spend vs. sales). Each point represents one observation. Look for patterns like a positive trend (points going upward) or a negative trend (points going downward).
Histogram: Looks like a bar chart but is used for the distribution of a single numerical variable (e.g., ages of customers). The bars touch each other because the data is continuous (age ranges like 20–29, 30–39). Do not confuse this with a standard bar chart – that is a common exam trick.
Bubble chart: A variation of a scatter plot where the size of the bubble represents a third variable (e.g., population size).
Heat map: Uses colours to show the magnitude of values across two dimensions (e.g., sales by day and hour). Useful for spotting patterns like which times of day have the highest traffic.
Treemap: Shows hierarchical data using nested rectangles. The size of each rectangle represents a value (e.g., disk space used by folders).
Gauge chart: Shows a single value relative to a target or range (e.g., current progress toward a sales goal). Often used in dashboards.
How it works in a data analysis workflow
First, you identify the question you want to answer. For example, “Which product category had the highest sales last quarter?” That is a comparison question, so a bar chart or column chart is appropriate. Second, you prepare your data – ensure the numbers are correct and the categories are clearly named. Third, you select the visual based on the data type: categorical data (like product names) needs a bar chart; continuous data over time needs a line chart; relationships need a scatter plot. Fourth, you refine the chart by adding a title, axis labels, and a legend if needed. Finally, you interpret the result and present it to stakeholders.
What does data visualisation replace?
Before visualisation became standard, business decisions were often based on static reports full of tables. Analysts would manually scan rows of numbers to find insights, which was slow and error-prone. Today, interactive dashboards built with tools like Tableau, Power BI, or even Python libraries allow anyone to explore data visually. The exam will not test specific software, but you need to understand the principles so you can evaluate whether a visual is effective or misleading.
Exam relevance
Objective 4.1 asks you to “select appropriate chart types and design principles for data visualization.” Expect scenario-based questions where you are given a business problem and a set of data, and you must choose the correct chart from multiple choices. Traps often involve using a pie chart when a bar chart is better, or confusing a histogram with a bar chart. Mastering this chapter means you can quickly eliminate the wrong answers because you know exactly which chart fits which data type and message.
Identify the Analytical Question
Before choosing a chart, determine what you need to know. Are you comparing categories (e.g., sales by region), showing a trend over time (e.g., monthly profit), examining a distribution (e.g., customer ages), or exploring a relationship (e.g., marketing spend vs. leads)? The question dictates the chart type.
Check Your Data Types
Classify each variable as categorical (e.g., product name, region), numerical (e.g., revenue, temperature), or temporal (e.g., date, time). A line chart requires a temporal or numerical x-axis; a bar chart works with categorical data; a histogram needs continuous numerical data. Mixing up data types leads to inappropriate chart choices.
Select the Appropriate Chart Type
Using the question and data types, pick from the core chart types: bar/column for comparison, line for trends, histogram for distribution, scatter plot for relationships, pie for parts-of-a-whole. For example, ‘Which product had the highest sales?’ requires a bar chart; ‘How does sales change over the year?’ needs a line chart.
Apply Design Principles
Refine the chart for clarity and accuracy. Start axes at zero for bar/column charts. Use consistent colours for categories. Remove 3D effects and unnecessary gridlines. Add a clear title, axis labels with units, and a legend if needed. Check that the visual does not mislead the viewer.
Interpret and Validate the Visual
Look at the completed chart and ask: Does it answer the original question? Are any patterns or outliers visible? Does the chart tell a clear story without confusion? If not, revisit the chart type or design. For the exam, you will often be asked to spot flaws in a given chart, so practise this step critically.
An IT professional working as a data analyst or business intelligence (BI) developer uses data visualisation every single day. Here is a concrete scenario that shows how the principles and chart types from this chapter come into play in a real job.
Scenario: Analysing customer churn for a subscription service
You work for a streaming music company. The marketing director wants to understand why customers are cancelling their subscriptions. She gives you a dataset with columns for: customer age, subscription length (months), average listening time per week, number of support tickets raised, and whether they cancelled (yes/no). Your job is to build a dashboard that helps the team see the key drivers of churn.
Step 1: Define the questions
First, you meet with the director to clarify what she needs to know. She asks: - “Are customers who listen less cancelling more?” - “Does the number of support tickets predict churn?” - “Which age group is most likely to cancel?”
These questions map directly to specific chart types. You note that question one is about relationship (listening time vs. churn), question two is also about relationship (tickets vs. churn), and question three is about comparison across categories (age groups).
Step 2: Prepare the data
You clean the data in a tool like Microsoft Excel or Python. You create a new column for age groups (e.g., 18-25, 26-35, 36-45, 46+). You also create a calculated field for the churn rate: number of cancellations divided by total customers in each group.
Step 3: Select the charts
Based on the principles you learned, you choose:
For question one (listening time vs. churn): a scatter plot with average listening time on the x-axis and a binary indicator (0 for active, 1 for cancelled) on the y-axis. You add a trend line to see if there is a pattern. However, because the y-axis is binary, a better approach is to use a box plot comparing listening time distributions between churned and active customers. (The exam might test that scenario.)
For question two (support tickets vs. churn): a clustered bar chart showing the average number of tickets for churned vs. active customers. This makes the comparison immediately clear.
For question three (age group churn): a column chart with age groups on the horizontal axis and churn rate on the vertical axis. You use red for higher churn and green for lower churn to draw attention.
Step 4: Apply design principles
You check for clarity: every chart has a descriptive title (e.g., “Churn Rate by Age Group”), axis labels with units, and a legend where needed. You avoid 3D effects because they distort perception. You also ensure the bar chart for age groups has the vertical axis starting at zero, so the differences are not exaggerated.
Step 5: Build the dashboard
You combine these charts into a single dashboard using a BI tool. You add filters so the marketing team can drill down by subscription plan or region. You also include a gauge chart showing overall churn rate against the company’s target (e.g., 5% target vs. 7% actual).
Step 6: Present and iterate
You share the dashboard with the director. She notices that customers aged 18-25 have the highest churn. She asks to see more detail. You then switch to a treemap showing churn by both age group and subscription plan, revealing that the “Student Plan” has the highest churn within that age group. This insight leads the team to launch a retention campaign for student subscribers.
What IT professionals do daily
They select chart types based on data questions, not just personal preference.
They apply design principles to ensure the visuals are trustworthy.
They use interactive dashboards to let users explore data themselves.
They spot misleading charts in reports from vendors or other teams and flag them.
They document their chart choices so stakeholders understand the reasoning.
For the DA0-002 exam, you will not need to build dashboards, but you must be able to evaluate a given chart and say whether it is appropriate for the data and the question. That skill is exactly what an IT professional uses every day when reviewing reports or designing their own.
The CompTIA Data+ (DA0-002) exam objective 4.1 is straightforward: “Select appropriate chart types and design principles for data visualization.” But the exam loves to test you with specific traps. Here is what you need to know to get these questions right.
Question types
Expect three main formats:
Scenario questions: You are given a business situation (e.g., “A manager wants to compare sales over the past 12 months”) and asked which chart type to use. The answer is a line chart (because it shows trends over time). Trap options include pie charts (wrong because time is not a part-to-whole relationship) and scatter plots (wrong because there is no relationship between two variables).
Chart evaluation questions: You are shown an image of a chart with a design flaw (e.g., bar chart starting at 50 instead of 0) and asked what is wrong. The correct answer often relates to a misleading scale, missing labels, or inappropriate chart type.
Multiple-choice definition questions: They ask, “Which chart type is best for showing the distribution of a single continuous variable?” The answer is a histogram. A common distractor is “bar chart” because they look similar.
Exact concepts they love to test
Bar chart vs. histogram: A bar chart has gaps between bars and is for categorical data. A histogram has touching bars and is for continuous data. If the exam says “ages grouped into ranges (0-10, 11-20)”, you need a histogram because age is continuous.
Line chart vs. column chart for time: Both can show time, but a line chart is better for showing the trend (the direction of change), while a column chart is better for comparing individual time periods. If the question emphasises “trend” or “pattern over time”, choose a line chart. If it says “compare each month’s total”, a column chart is fine.
Pie chart limitations: The exam will almost always throw in a scenario where a pie chart seems plausible but is wrong. For example, comparing 10 categories that add up to 100% – a pie chart would be cluttered and hard to read. A bar chart is better. Memorise this: pie charts are only appropriate for 2-5 categories where you want to emphasise the relative size of parts to a whole.
Scatter plot vs. line chart: A scatter plot shows the relationship between two numerical variables (e.g., temperature vs. ice cream sales). A line chart shows a single variable over time. A common trap is showing a scatter plot where the x-axis is time – that is not wrong per se, but a line chart would be more appropriate.
Design principles: Look for questions about misleading charts. If the chart does not label its axes, that is a clarity issue. If the scale is truncated, that is an accuracy issue (a bar chart starting at 50 makes a small difference look huge).
Traps and answer patterns
The exam setters want you to fall for the “it looks nice” answer. You might see a 3D pie chart in the question – it looks flashy, but the correct answer will point out that 3D distorts proportions. Another trap is using a bubble chart when the third variable is not numerical (e.g., using bubble size for category names). That is invalid.
Answer pattern: When asked “Which chart is best?”, eliminate any chart that:
Cannot handle the data type (categorical vs. numerical vs. time)
Is designed for a different purpose (e.g., scatter plot for comparison)
Violates design principles (e.g., 3D, non-zero baseline)
What to memorise
The exact definition of each chart type from the exam objectives.
The principle that the simplest chart is usually the best.
That a histogram is NOT the same as a bar chart.
That time data on the x-axis typically calls for a line chart.
That pie charts should be avoided for more than 5 categories.
Practice tip: Use the exam’s scenario-based questions to practise matching the business question to the chart type. If you get stuck, ask yourself: “What question is this data answering? Comparison? Trend? Relationship? Distribution?” Then pick the chart type that matches that question.
Choose a line chart for data that shows trends over a continuous timeframe, such as monthly sales or daily temperatures.
Use a bar or column chart for comparing quantities across distinct categories, like sales by region or product type.
A pie chart should only be used when showing parts of a whole with a small number of categories, ideally fewer than six.
A histogram uses touching bars to show the distribution of a single continuous variable, such as age ranges or test scores.
A scatter plot reveals the relationship between two numerical variables, such as advertising spend versus revenue.
Always start bar and column chart axes at zero to avoid exaggerating differences between values.
Keep visualisations simple and avoid 3D effects, decorative graphics, and unnecessary colours to maintain clarity.
Match the chart type to the question you are answering: comparison, trend over time, distribution, or relationship.
Label all axes, provide a descriptive title, and include a legend when multiple categories are shown.
The exam will test you on scenario-based questions where you must pick the correct chart type and identify design flaws.
These come up on the exam all the time. Here's how to tell them apart.
Bar Chart
Used for categorical data (e.g., product names, regions).
Bars have gaps between them to show separate categories.
The order of bars can often be rearranged (e.g., sort by value).
Histogram
Used for continuous numerical data (e.g., age ranges, income brackets).
Bars touch each other to indicate no gaps in the numerical scale.
The order of bars is fixed by the natural sequence of the numerical ranges.
Line Chart
Best for showing the overall trend or direction over time.
Connects data points with a line, emphasising the flow between periods.
Works well with many time periods (e.g., 24 months of data).
Column Chart (for time)
Best for comparing individual time period values (e.g., each month’s total).
Uses vertical bars that do not connect, focusing on discrete comparisons.
Becomes cluttered with many time periods (e.g., 100 days of data).
Pie Chart
Shows each category as a slice of a circle, emphasising proportion.
Difficult to compare slices precisely, especially when similar in size.
Only effective for 2-5 categories.
Bar Chart (for parts of a whole)
Shows each category as a bar, emphasising exact values and comparisons.
Easy to compare lengths precisely, even for many categories.
Works well for any number of categories, from 2 to 20+.
Scatter Plot
Shows the relationship between two numerical variables (x and y).
Points are not connected unless a trend line is added.
Used to identify correlations (positive, negative, or none).
Line Chart
Shows the trend of a single variable over a continuous x-axis (usually time).
Points are always connected in order of the x-axis.
Used to identify patterns like seasonal growth or decline.
Mistake
A pie chart is always a good choice for showing percentages, because everyone understands slices of a pie.
Correct
Pie charts are only effective for very small sets of categories (2-5) where one slice is clearly larger than the others. For more categories, or when precise comparison is needed, a bar chart is better because it is easier to compare lengths than angles.
Pie charts are visually familiar and commonly used in the media, so beginners assume they are universally appropriate. They do not realise that our eyes are poor at judging angular differences, especially when slices are similar in size.
Mistake
A bar chart and a histogram are the same thing – both use bars to show data.
Correct
A bar chart displays categorical data with spaces between bars, while a histogram displays the distribution of continuous numerical data with bars that touch each other to indicate a continuous range.
They look nearly identical to a newcomer, so the distinction feels pedantic. However, the exam explicitly tests the difference because each serves a completely different analytical purpose.
Mistake
Adding 3D effects and bright colours makes a chart more professional and engaging.
Correct
3D effects distort the actual values by making bars or slices appear larger or smaller depending on perspective. Bright, clashing colours also reduce clarity. The best charts are clean, simple, and use colour only to highlight key information.
Marketing and presentation tools often use flashy visuals, leading beginners to believe that ‘looking good’ equals ‘effective’. In data visualisation, accuracy and clarity always trump aesthetics.
Mistake
If a chart looks nice, it must be correct – the software would not let you make a mistake.
Correct
Charting software allows you to create misleading charts, such as truncating the y-axis or using an inappropriate chart type. The analyst is responsible for ensuring the visual accurately represents the data.
Beginners think of tools like Excel or Tableau as authoritative, but these tools do not enforce design principles. A common trap is seeing a chart with a non-zero baseline and assuming it is fine because the tool generated it.
Mistake
A line chart can be used for any data where you want to connect dots.
Correct
A line chart is specifically for data that has a continuous order, most commonly time. If you connect points for categorical data (like ‘Apples’, ‘Oranges’, ‘Bananas’), the line implies a relationship between those categories that does not exist.
Line charts are visually compelling and beginners enjoy drawing lines between points. They overlook the requirement of a continuous x-axis (numerical or date/time) for the line to make logical sense.
Mistake
You should always use the most complex chart type available to show you know what you are doing.
Correct
Simplicity is a key design principle. The most effective chart is the one that communicates the message fastest and clearest. A simple bar chart is often better than a bubble chart with too many variables.
New analysts often feel pressure to prove their technical skill by using advanced chart types. The exam rewards understanding over complexity – the simplest answer that satisfies the scenario is usually correct.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
A bar chart has spaces between bars and is used for categorical data (e.g., types of fruit). A histogram has touching bars and shows the distribution of continuous numerical data (e.g., ages grouped into ranges). The touching bars indicate there are no gaps in the numerical scale.
Use a pie chart when you have a small number of categories (2-5) that represent parts of a whole, like market share percentages. For any more categories, or when you need to compare precise values, a bar chart is better because it is easier to read length than angle.
Starting the axis at a number other than zero exaggerates the differences between bars, making small differences look huge. This is a common trick to mislead viewers. A true bar chart must have a zero baseline to fairly represent the data.
Line charts require a continuous x-axis, which is usually time but can also be another continuous numerical variable (e.g., temperature). If your x-axis has categories (like product names), do not use a line chart because the line would imply a connection between categories that does not exist.
A scatter plot shows the relationship between two numerical variables, such as hours studied versus exam score. Each dot represents one observation. You look for patterns: if the dots trend upward, there is a positive relationship; if downward, a negative relationship; if scattered randomly, no relationship.
The exam tests your ability to select the correct chart type for a given scenario and to identify design flaws. You will see multiple-choice questions where you must match a business question (like comparing sales by region) to a chart type (bar chart) or spot a misleading chart (e.g., a non-zero axis).
A bubble chart is a variation of a scatter plot where the size of each bubble represents a third numerical variable. For example, you could show country GDP on the x-axis, life expectancy on the y-axis, and population as bubble size. Use it when you need to communicate three dimensions of data in one visual.
You've finished Data Visualization Principles and Chart Types. Continue through the DA0-002 study guide to build a complete picture of the exam.
Done with this chapter?